J
JB_96RS
Having some trouble working with the following code:
Me!txtLotID1 = DLookup("[Lot]", "DataSheet",
"[BoxID]=[Forms]![frmExportToXML]![txtSUID]")
The datasheet table contains a column of BoxID numbers and a column of
LotID numbers. Several LotID's can pertain to one BoxID number. What
I want to happen is once I select a BoxID for all the LotIDs associated
with one BoxID to be displayed in seperate text boxes.
Any ideas? Any help would be greatly appreciated
JB
Me!txtLotID1 = DLookup("[Lot]", "DataSheet",
"[BoxID]=[Forms]![frmExportToXML]![txtSUID]")
The datasheet table contains a column of BoxID numbers and a column of
LotID numbers. Several LotID's can pertain to one BoxID number. What
I want to happen is once I select a BoxID for all the LotIDs associated
with one BoxID to be displayed in seperate text boxes.
Any ideas? Any help would be greatly appreciated
JB