I want to be able to reference a field in a recordset object using a variable (value assigned by user input) rather than directly by field name.
Rather than
rstMyRecordset!MyField
I want to replace MyField with a variable. What is the correct syntax?
Rather than
rstMyRecordset!MyField
I want to replace MyField with a variable. What is the correct syntax?