Zydeceltico
Registered User.
- Local time
- Today, 13:43
- Joined
- Dec 5, 2017
- Messages
- 843
All - I have been putting off asking this question for a long time as I feel really ignorant needing to be reminded - - but hey - - -
So I have a tblWeldAssemblyInspection that has a bunch of fields one of which is "OilCanning." "OilCanning" is a yes/no field.
On this same tbl I have a field called "Workstation." Field "Workstation" is entered on a form via a cbo (cboWorkstations) which gets its data from a second table (tblWorkstations). The fields in tblWorkstation are 1) WS_PK (autonumber) and Workstation (the literal name of any given workstation).
I have a query that returns all records from tblWeldAssemblyInspection where "OilCanning" = "yes." Works great. But how do I get my query to return the name of the workstation and not the autonumbered WS_PK?
Thank you,
Tim
So I have a tblWeldAssemblyInspection that has a bunch of fields one of which is "OilCanning." "OilCanning" is a yes/no field.
On this same tbl I have a field called "Workstation." Field "Workstation" is entered on a form via a cbo (cboWorkstations) which gets its data from a second table (tblWorkstations). The fields in tblWorkstation are 1) WS_PK (autonumber) and Workstation (the literal name of any given workstation).
I have a query that returns all records from tblWeldAssemblyInspection where "OilCanning" = "yes." Works great. But how do I get my query to return the name of the workstation and not the autonumbered WS_PK?
Thank you,
Tim