B
Brad
Thanks for taking the time to read my question.
I would like to use a variable that holds the field name
instead of using the actual field name when using rst!
For example.
Instead of rst!Field1
I'd like
Dim VarName As String
VarName = "Field1"
rst!VarName
Unfortunately this doesn't work.
Does anyone know how to make this work?
Thanks,
Brad
I would like to use a variable that holds the field name
instead of using the actual field name when using rst!
For example.
Instead of rst!Field1
I'd like
Dim VarName As String
VarName = "Field1"
rst!VarName
Unfortunately this doesn't work.
Does anyone know how to make this work?
Thanks,
Brad