I'm building out a test database to build proposals from a parts list, and I've run into an issue here when I'm trying to add a part to a proposal.
I've attached a copy of the database with pricing changed to protect the innocent.
If you open frmProposal there's a subform with a button to add a part to the proposal.
That button opens the parts list selector continuous form.... double-clicking any individual line on that selector form should add that line item to the individual proposal.
However, when I try to click it, my code is spitting back that the query is missing an operator, and I can't for the life of me figure out what I'm missing.
Any help appreciated.