C
cedadams
I populate a listbox in a form with fields from a table. I want the user to
select a record from the list and have the primary key from the table to be
put in a field (same format, etc.) on the form which will then populate a new
record in another table with a foreign key back to the table from the
listbox.
select a record from the list and have the primary key from the table to be
put in a field (same format, etc.) on the form which will then populate a new
record in another table with a foreign key back to the table from the
listbox.