PaulHamill
MIS
Does anyone know?
When I am Placing/Retrieving Data to/from a Database via ADO code I use the following..
RS.AddNew
RS!Forename = "John"
RS!Surname = "Smith"
Etc...
RS.Update
Is it possible to place a Variable instead of the actual hardcoded fieldname.
RS![Variable] = "John"
Any help would be most appreciated,
Thanking you all in advance
When I am Placing/Retrieving Data to/from a Database via ADO code I use the following..
RS.AddNew
RS!Forename = "John"
RS!Surname = "Smith"
Etc...
RS.Update
Is it possible to place a Variable instead of the actual hardcoded fieldname.
RS![Variable] = "John"
Any help would be most appreciated,
Thanking you all in advance