This concept is the entire basis of my database rather than its current implementation so please bare with my example.
I have a table called "names". In names there are two fields: first and last names. All last names are different.
I need a second table called "insert". "insert" will also contain the fields "first name" and "last name". Now, I want to create a form (using "form design" rather than just clicking the table im using then hitting form. this is very important for once i get this entire concept down).
In this form I need a combo box that selects the "last name" from the table "names". Upon clicking the last name, I am trying to then have a "first name" text box auto-fill with the persons first name. Then when I hit "submit" the first and last name of the person I just chose will appear in the table "insert".
How can I do this?
I've been looking around with relationships, using "look up field" as a data type in the table "insert" and setting equal to the last names in the table names. then upon creating my custom form->add existing fields->"insert" i thought I could then drag in "last name" which came in as a combo box automatically, then I dragged in "first names" which came in as a text box automatically. After selecting a last name, a first name would not auto-fill.
There were a lot of similar approaches but yea... any help is greatly appreciated.
I have a table called "names". In names there are two fields: first and last names. All last names are different.
I need a second table called "insert". "insert" will also contain the fields "first name" and "last name". Now, I want to create a form (using "form design" rather than just clicking the table im using then hitting form. this is very important for once i get this entire concept down).
In this form I need a combo box that selects the "last name" from the table "names". Upon clicking the last name, I am trying to then have a "first name" text box auto-fill with the persons first name. Then when I hit "submit" the first and last name of the person I just chose will appear in the table "insert".
How can I do this?
I've been looking around with relationships, using "look up field" as a data type in the table "insert" and setting equal to the last names in the table names. then upon creating my custom form->add existing fields->"insert" i thought I could then drag in "last name" which came in as a combo box automatically, then I dragged in "first names" which came in as a text box automatically. After selecting a last name, a first name would not auto-fill.
There were a lot of similar approaches but yea... any help is greatly appreciated.