L
LA Lawyer
I want to loop through each of the fields of a particular record, then
(using the .name of the field as the variable name) assign the value of each
field to the same-named variable.
I recognize that I will need a "FOR EACH" structure, but, among other
things, I can't figure out how to use the field names as the variable names.
I am actually running this in Word 2007 (accessing a single-record Access
2007 ADO recordset), but this seemed to be the better place to post the
question.
Thanks people.
(using the .name of the field as the variable name) assign the value of each
field to the same-named variable.
I recognize that I will need a "FOR EACH" structure, but, among other
things, I can't figure out how to use the field names as the variable names.
I am actually running this in Word 2007 (accessing a single-record Access
2007 ADO recordset), but this seemed to be the better place to post the
question.
Thanks people.