I’ll describe the problem and there may be two ways to do this. But I’m still interested i using current record for queries.
FORM-A
Customer Number:
Account Number
Cost center Number:
Checkbox: Done
I want to check the box to signify that this record is finished so that the next time I open the form this record will not show up.
Problem. Since the Form is based on multiple queries, I get the error” This recordset cannot be updated:
Solution?
A Command button that:
Captures the Customer Number, Account Number, Cost center Number, and places it in an update query that runs in the background. The Update query will find all the records matching these 3 criterias and mark them ‘done’.
(I’ll eventually need this for a “Print Current Record” button to be designed later. I have done this in the past and will research it, but any speedier help will be most appreciated!
OR-
Another suggestion…..
Thanks