two tables need to link for listbox

G

Guest

Hi,
I have fields in two tables that need to be represented in one column in a
listbox. The tables are identical with the exception that one of the tables
must be updated regularly from spreadsheets. The other table holds simialr
data in the same format but is custom for that project. This is done so we
don't want to have to keep inserting the custom records in each update. These
records have to be linked to other related tables, but can never be linked to
each other. How can I get a listbox to display the names from the two tables
as well as id's. The id's would be the bound column. I have one of the other
tables to begin the id at 10,000 so i can use the same link table. Can this
be done?
 
G

Guest

the union query works well. The only thing is that the listbox must pass the
ID to a dependent listbox. It does not seem to do this. Any ideas? Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top