Combo box to fill text boxes (1 Viewer)

dark11984

Registered User.
Local time
Today, 20:43
Joined
Mar 3, 2008
Messages
129
Thanks everyone for their help so far!
I have a combo box on my form to select the employee's name and then i have multiple text boxes on the form that i want to automatically fill with the selected employees details (i.e phone number, fax, etc) which are located in another table called [employees]. How do i do this?

Also I have other information on the form such as product data, should i have employees details and products all going back to the one table or should there be a subform for the employees details?
 
Local time
Today, 05:43
Joined
Mar 4, 2008
Messages
3,856
Main form: employees

Subform: employee detail stuff

Combo-box: unbound on the main form. Use the combo-box wizard and select the 3rd option.

How is product data related to employees? If you're talking about product sales data, you would use a subform based on a query.
 

Luddite Lad

Registered User.
Local time
Today, 20:43
Joined
Aug 23, 2005
Messages
177
Do mean the sort of thing I've done in this sample?
 

Attachments

  • db1.zip
    11.2 KB · Views: 418

Users who are viewing this thread

Top Bottom