I create field names in a table based on an entry form, the field names can change every time the program is run. I need to place data in a field whos name changes everytime the program is run.
Basically what I want to do is assign a variable for a field name and then write to that field.
example:
rstanyfile.add new
rst_anyfile!data1 = Test1
rstanyfile.update
I want to make this field rst_anyfile!data1 change based on specfic conditions.
Any help would be greatly appreciated.
Razor1
Basically what I want to do is assign a variable for a field name and then write to that field.
example:
rstanyfile.add new
rst_anyfile!data1 = Test1
rstanyfile.update
I want to make this field rst_anyfile!data1 change based on specfic conditions.
Any help would be greatly appreciated.
Razor1