Referring to a Field by String or Index

R

Ryan

Can I use a string instead of typing the Fieldname whlle assigning it a value
in this syntax?

....rst!Fullname = "Lawerence Taylor"

Something like ...
FN$ = "FullName"
rst!FN$ = "Lawerence Taylor"

or/and Can I refer to That field by a number like 'Forms(0)'?

"If I am trying to programmactically trying to assign values to all the
fields in a database that could save me from alot of typing".
 
Top