Display Data by reference

M

Maracay

I Guys,

I would like to know how can I display a record from a data base by
reference. I have a variable call txtFName, a database’s table call
BasicData, and the field from the data base is call FirstName, In txtFname I
have stored “FirstNameâ€, my question is how can I display the data I have in
FirstName using txtFname.

Thanks
 
K

KARL DEWEY

It has to be in the forms Record Source (query or SQL statement) or use
DLookup.
 
Top