thechazm
VBA, VB.net, C#, Java
- Local time
- Today, 10:40
- Joined
- Mar 7, 2011
- Messages
- 515
I have a continuous form that displays some basic data. My question is how do I display the data referenced from a different table from a control in the form?
Eg. I have two tables
tblLocations
tblInspection
When the user inputs the results in the tblInspection table it has a field that is called Locations. This stores the AutoNumber from the tblLocations table.
In the form I would like it to display the [Location] data from tblLocations using the number as the reference and still show the rest of the data from tblInspection.
If I am unclear then I am very sorry,
Thanks
TheChazm
Eg. I have two tables
tblLocations
tblInspection
When the user inputs the results in the tblInspection table it has a field that is called Locations. This stores the AutoNumber from the tblLocations table.
In the form I would like it to display the [Location] data from tblLocations using the number as the reference and still show the rest of the data from tblInspection.
If I am unclear then I am very sorry,
Thanks
TheChazm