I am looking to create a form, (maybe switchboard) whatever works that connects to the table of data
The table contains name, dob, age, address, ID number, postal address, city, plus I need 2x combo boxes to add more data.
I need the form to be searchable for the ID and pull up all the other information and display it without it be changeable to the record/table.connect.
Once I search the ID and it display age/dob etc I need 2x combo boxes that will have 3 or 4 items to choose from and that when selected update the table.
I understand basic forms. I get basic swithboard, but how do I have 1-searchable item, then that displays basic info and from that I can add info to the table/record with a combo (drop down box)?
So it would look like:
ID number (searchable but doesn't change table)
name (just displays)
address (just displays)
dob (just displays)
postal address (just displays)
city (just displays)
combo box 1 (choose from 4 things and it adds it to table)
combo box 2 (choose from 4 things and it adds it to table)
The table contains name, dob, age, address, ID number, postal address, city, plus I need 2x combo boxes to add more data.
I need the form to be searchable for the ID and pull up all the other information and display it without it be changeable to the record/table.connect.
Once I search the ID and it display age/dob etc I need 2x combo boxes that will have 3 or 4 items to choose from and that when selected update the table.
I understand basic forms. I get basic swithboard, but how do I have 1-searchable item, then that displays basic info and from that I can add info to the table/record with a combo (drop down box)?
So it would look like:
ID number (searchable but doesn't change table)
name (just displays)
address (just displays)
dob (just displays)
postal address (just displays)
city (just displays)
combo box 1 (choose from 4 things and it adds it to table)
combo box 2 (choose from 4 things and it adds it to table)
Comment