I have a query that populates some information.
I need to narrow the information. I have a list box where there's some info in it and I want the CustomerID, which is column 0 in the list, to be the CustomerID that the user selects from the Listbox
So what would be the part in bold?
WHERE (((TblPartsTracking.CustomerID)=[Forms]![FrmPartsTracking]![????lstParts.Column???])
Thanks
EDIT:
Also, I would like to do the following:
If in TblParts, the Finish.Value = ABC for that part, use TblProcABC as record source for the subform in my report.. how would that be possible?
I need to narrow the information. I have a list box where there's some info in it and I want the CustomerID, which is column 0 in the list, to be the CustomerID that the user selects from the Listbox
So what would be the part in bold?
WHERE (((TblPartsTracking.CustomerID)=[Forms]![FrmPartsTracking]![????lstParts.Column???])
Thanks
EDIT:
Also, I would like to do the following:
If in TblParts, the Finish.Value = ABC for that part, use TblProcABC as record source for the subform in my report.. how would that be possible?
Last edited: