The details are: Query: qryEmployees, Fields: LastName, FirstName, PrintLabel
PrintLabel is a Y/N text.
I am sorry is not a delete query. It is a clear query for a true condition.
UPDATE qryEmployees SET qryEmployees.PrintLabel = False;
This query clears all record marked true to false.
I have a form is tabluar format: with the three fields displayed. When the
Printlabel box is checked the label is marked for printing.
I have a query that clears all record marked for printing. It clears all
check marks, but the record that has the record pointed does not clear.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.