Autofill (1 Viewer)

TimjHebert

Registered User.
Local time
Today, 15:36
Joined
Dec 12, 2004
Messages
40
I have 2 tables tblcontact and tblinfo.

tblcontact
contactID-PK
Customer
Contact

tblinfo
infoID-PK
PONumber
location

I want to build a form and have a combo box autofill these fields on the form. how can i do this?

Thanks,
Tim
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 16:36
Joined
Feb 19, 2002
Messages
43,774
The tables do not seem to be related in any way. If they were, you would join the two tables and use that query as the RecordSource for the form.
 

Users who are viewing this thread

Top Bottom