Ok, I have a complex situation here. I have a database that has 50 tables in it. The tables are all joined by an index field.
So I have the Name table with a field in it called Address. I have a table called Addresses with a field called Street.
I am using SQL to write the queries with no data controls.
The data in the Address field is connected to the Street field in the Addresses table. The data that appears in the Address field is the Index numberof the Street field, not the actual data.
How do I get the actual data to appear in a control on the form instead of the Index number.
I hope that made sense.
MichHart " Never regret yesterday because it cannot be changed;
Instead make sure today does not become a regret of tomorrow."
So I have the Name table with a field in it called Address. I have a table called Addresses with a field called Street.
I am using SQL to write the queries with no data controls.
The data in the Address field is connected to the Street field in the Addresses table. The data that appears in the Address field is the Index numberof the Street field, not the actual data.
How do I get the actual data to appear in a control on the form instead of the Index number.
I hope that made sense.
MichHart " Never regret yesterday because it cannot be changed;
Instead make sure today does not become a regret of tomorrow."