Roy riggsjø
Registered User.
- Local time
- Today, 03:20
- Joined
- Apr 11, 2008
- Messages
- 11
Hell experts.
i wondering how i can generate a fieldname from a string.
for instance, in my table i have a field named "Field 26"
i want to create the [field 26] from a string with a user input nr. (UserInput as Integer)
all i need to know is how the syntax must be..
something like this?
for instance "[field" & UserInput & "]"
i want to set a value to this field like:
"[field" & Counter & "]" = True
thank you
i wondering how i can generate a fieldname from a string.
for instance, in my table i have a field named "Field 26"
i want to create the [field 26] from a string with a user input nr. (UserInput as Integer)
all i need to know is how the syntax must be..
something like this?
for instance "[field" & UserInput & "]"
i want to set a value to this field like:
"[field" & Counter & "]" = True
thank you