I've got a Purchase Order table that contains the Vendor Number and the Total Dollars for that particular purchase. Then I have a Vendor table, related to the Purchase Order table by Vendor Number, which contains three yes/no check boxes indicating whether or not that particular vendor is WBE (Woman Business Enterprise), MBE (Minority) or DBE (Disabled).
I need to create a summary query (for a report) that will SUM the TOTAL dollars from the PO table for each WBE/MBE/DBE that has a check mark on the Vendor record. Baring in mind that any given vendor can have any combination of WBE/MBE/DBE checked. I also need a count for each of the WBE/MBE/DBE checks.
An attempt to use the query wizard yielded only the following error:
The wizard was unable to open your query in datasheet view, possibly because the table needed by your query is exclusively locked.
It isn't.
I think it was being asked to recurs itself. Anyway, what is the solution? And please don't tell me it's CR or some facsimile.
Thanks in advance,
Dan
I need to create a summary query (for a report) that will SUM the TOTAL dollars from the PO table for each WBE/MBE/DBE that has a check mark on the Vendor record. Baring in mind that any given vendor can have any combination of WBE/MBE/DBE checked. I also need a count for each of the WBE/MBE/DBE checks.
An attempt to use the query wizard yielded only the following error:
The wizard was unable to open your query in datasheet view, possibly because the table needed by your query is exclusively locked.
It isn't.
I think it was being asked to recurs itself. Anyway, what is the solution? And please don't tell me it's CR or some facsimile.
Thanks in advance,
Dan