C
CAD Fiend
Hello,
I have a table (tbl_Owner_Info) with fields "First_Name" and "Last_Name"
that are linked via combo box to 2 other tables (lul_First_Names and
lul_Last_Names), which now have about 450 first & 300 last names. The
reason that I'm doing it this way is to assist the user in getting the
first (and last names more so) spelled correctly for legal purposes.
What will inevitably happen, is that a new name will come up, and the
user will obviously type it in. How do I write a query such that at the
end of their input session, the user can run a query that will take any
of the names that are now in the either the tbl_Owner_Info.First_Name or
tbl_Owner_Info.Last_Name and copy them to the tables
lul_First_Names.First_Name or lul_Last_Names.Last_Name?
And finally, so that I can have someone check the new entries into the
name tables to be sure that they are correct, is there a query (or
report?) that I can run to show how many new records have been inserted?
Or are these topics VBA issues and should be posted accordingly to the
VBA NG?
TIA.
Phil.
I have a table (tbl_Owner_Info) with fields "First_Name" and "Last_Name"
that are linked via combo box to 2 other tables (lul_First_Names and
lul_Last_Names), which now have about 450 first & 300 last names. The
reason that I'm doing it this way is to assist the user in getting the
first (and last names more so) spelled correctly for legal purposes.
What will inevitably happen, is that a new name will come up, and the
user will obviously type it in. How do I write a query such that at the
end of their input session, the user can run a query that will take any
of the names that are now in the either the tbl_Owner_Info.First_Name or
tbl_Owner_Info.Last_Name and copy them to the tables
lul_First_Names.First_Name or lul_Last_Names.Last_Name?
And finally, so that I can have someone check the new entries into the
name tables to be sure that they are correct, is there a query (or
report?) that I can run to show how many new records have been inserted?
Or are these topics VBA issues and should be posted accordingly to the
VBA NG?
TIA.
Phil.