Here's the deal. I receive parts from one company, refurb them, and then send them back. So, they send me 10 parts on one MSO#, which is like a PO#, and I can only ship back a max of 10 parts that refer to that MSO#. What I need to do is limit a quantity field on a form so that I don't send back more parts than I receive on my MSO.
I've created a query that returns the maximum amount I can send back based on the MSO#.
How do you tie the quantity field on my form to the number I have in my query so that whatever quantity someone inputs in the quantity field does not exceed the number from the query? I've tried to using validation but haven't be able to make it work. I've also used the expression builder without success.
I've created a query that returns the maximum amount I can send back based on the MSO#.
How do you tie the quantity field on my form to the number I have in my query so that whatever quantity someone inputs in the quantity field does not exceed the number from the query? I've tried to using validation but haven't be able to make it work. I've also used the expression builder without success.
Comment