Hello, my database is used for tracking inventory items, I have a form which uses a subform based on a query which totals up order quantities(when picking items they are group for the ease of the storeman however they are stored in the database by the location they are being delivered to). E.G. 2 pens have to go to location 'A' and 3 pens have to go to location 'B', all the store man will see is 5 pens and he needs to be able to tick off that the items have been gathered for delivery.
The subform is formatted as a datasheet. As it stands the subform is not updatable. Part of the datasheet is a yes/no box for if the items are issued, my thinking is if I can use a query to pull up the individual location items when the storeman clicks on 'issued' then I can use update queries to say the items have been gathered.
Long story short, I want to know if a query criteria can be based on a value in the form.
Any help will be much appreciated.