The fields in my form display IDnumbers instead of Names/descriptions.
I have three tables
OIIParts Machines MachinesUseParts
-------- -------- ----------------
PartID MachineID and OIIPartID
Description Name MachineID
... Description
...
a main form for entering in parts
and a subform that is used to choose which machines use the part. Everything works well, when a user goes to choose a part, he is able to see the name/description of the machine, but once he/she chooses, it only displays the ID number (which is how I have it stored in the table) is there any way to have this subform display the name/description rather than just the number?
I have three tables
OIIParts Machines MachinesUseParts
-------- -------- ----------------
PartID MachineID and OIIPartID
Description Name MachineID
... Description
...
a main form for entering in parts
and a subform that is used to choose which machines use the part. Everything works well, when a user goes to choose a part, he is able to see the name/description of the machine, but once he/she chooses, it only displays the ID number (which is how I have it stored in the table) is there any way to have this subform display the name/description rather than just the number?