![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Why can't I write to a field name 2ndItemNumber with rs!2ndItemNumber = st2nd. When I type that in I get a message expected end of statement and "ndItemNumber" is highlighted. I know it has something to do with the 2 but I can't figure out how to get around it. |
#3
| |||
| |||
|
|
Yeah, you can't start a field with a number sign and reference it without special treatment. A fix would be to bracket the field, as in: rs![2ndItemNumber] = st2nd Hope this helps, "Cyberwolf" <u41738@uwe> wrote Why can't I write to a field name 2ndItemNumber with rs!2ndItemNumber = st2nd. When I type that in I get a message expected end of statement and "ndItemNumber" is highlighted. I know it has something to do with the 2 but I can't figure out how to get around it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |