setting a txt box control source to a field on a table

Sly600rr

Registered User.
Local time
Yesterday, 22:23
Joined
Oct 13, 2008
Messages
25
Hello, I have a quick question, I'm sure i can be done, I'm just not sure how.

I have an auto Front End updater utility, and i want to link version text boxes throughout my database to the version feild "fe_version_number" in the table [tbl-fe_version] but i can't figure out how to set a txt boxes control source to a specific feild in a table without using a forms record set.

Please someone help me!!
 
You could use a DLookup (or DMax if there are multiple records).
 

Users who are viewing this thread

Back
Top Bottom