drgsolutions
IS-IT--Management
I am attempting to dynamically set the field I wish to update at run time.
This is my code (DAO)
rs.Edit
rs(parameter)
rs.Update
I have tried using [] () ! and . characters to now avail. Anyone know how to pass a string character into a recordset object and have it recognized as a field name?
Thanks a bunch
This is my code (DAO)
rs.Edit
rs(parameter)
rs.Update
I have tried using [] () ! and . characters to now avail. Anyone know how to pass a string character into a recordset object and have it recognized as a field name?
Thanks a bunch