From: Maracay on 11 Dec 2009 16:08 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
From: KARL DEWEY on 11 Dec 2009 16:25 It has to be in the forms Record Source (query or SQL statement) or use DLookup. -- Build a little, test a little. "Maracay" wrote: > 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 > >
|
Pages: 1 Prev: Sort rows in a sub-form Next: Code to add entry into Combo Box |