-
I am using a DBcombo dropdown box, and i want to link two tables to it. I have one table that i want to list names in the dropdown part but instead of saving the name to the other table i want to save the ID number. The id number comes access database table. But i need to display the name, not the number. I also need to view it and edit it. Any ideas??
Altecjjf
-
<
What are the fields in table1 and the fields in table2
Assume they belong to the same database. Do you have a relationship built between the tables so you can reference both tables in sometype of join.
-
Hey thanks, i think i figured it all out
Altecjjf