D
dhstein
I'm adding a record to a table with .AddNew followed by .Update
Further down in the code I want to modify a field in that record. How can I
refer to that record? I tried:
rsMyRecordSet.LastUpdated.Edit
but that doesn't work.
Any help is appreciated.
Further down in the code I want to modify a field in that record. How can I
refer to that record? I tried:
rsMyRecordSet.LastUpdated.Edit
but that doesn't work.
Any help is appreciated.