I have tried searching the forums, but either can't find what I need or I just don't understand the responses, so I'm asking for help. I just can't seem to get the right coding and I'm not real familiar with the whole recordset references I saw before.
I have a continuous form based on a query used for removing items from inventory. There is a check box (OutofInventory) to indicate if the item has been removed from inventory. I can then run a report from this form based on the items that were checked. After the report is run, I want to run code on my Exit button to set another check box (DestReport) to true for each of the items where OutofInventory is also true. There can be a few or many records on the continuous form.
Any suggestions as to what would work best?
I have a continuous form based on a query used for removing items from inventory. There is a check box (OutofInventory) to indicate if the item has been removed from inventory. I can then run a report from this form based on the items that were checked. After the report is run, I want to run code on my Exit button to set another check box (DestReport) to true for each of the items where OutofInventory is also true. There can be a few or many records on the continuous form.
Any suggestions as to what would work best?