auto populate

omer123456

Registered User.
Local time
Today, 03:12
Joined
Feb 27, 2014
Messages
10
I have a table with 3 fields

Family
Description
House #


What I want my form to do is......... When I select that family, it auto populates description and house # for me...... then save this information in another table.

Thanks in advance
 
Not sure if I fully understnad, but yes, I am wanting to populate the field 2 & field 3 fields based on my selection of Field 1

Then save it to the form
 
Take a look
 

Attachments

  • Capture.jpg
    Capture.jpg
    102.6 KB · Views: 104
To save, the textbox needs to have a control source of a field in the table. If one is working and the other not, check the column count property of the combo.
 
Take a look at this is should help you. http://youtu.be/d2PI6w_J95Y you can use the dlookup for the family and Dmax +1 for your increment, this should probably be done with an auto number though.
 

Users who are viewing this thread

Back
Top Bottom