First time didn't take, I'll try again here...
My Contractor form captures information about the consultants doing projects for us. We track the company they work for (cboVendorID) but they can also bill through their own prof. corporation (cboPayableID), so we track both in tblContractor.
I was using 2 tables (tblVendor & tblPayable) but keeping them in sync was goofy, so now I want to use tblVendor as row source for each, but bind each cbo to the appropriate field in the Contractor table. I can set the row source fine but for some reason can't get my head around how to set the join/relationship.
Can you set more than one join between 2 tables like that? The problem is, if I need a query to show VendorID/VendorName and also PayableID/PayableName it doesn't. Would I have to make a little query for PayableID/PayableName and then use it in the main ContractorDetails query? brainfreeze
thanks for any light you can shed on this!
My Contractor form captures information about the consultants doing projects for us. We track the company they work for (cboVendorID) but they can also bill through their own prof. corporation (cboPayableID), so we track both in tblContractor.
I was using 2 tables (tblVendor & tblPayable) but keeping them in sync was goofy, so now I want to use tblVendor as row source for each, but bind each cbo to the appropriate field in the Contractor table. I can set the row source fine but for some reason can't get my head around how to set the join/relationship.
Can you set more than one join between 2 tables like that? The problem is, if I need a query to show VendorID/VendorName and also PayableID/PayableName it doesn't. Would I have to make a little query for PayableID/PayableName and then use it in the main ContractorDetails query? brainfreeze
thanks for any light you can shed on this!