A family of Microsoft relational database management systems designed for ease of use.
Thank you worked perfect.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have hundreds of records that are completed. It will take more time than I have to go in and manually mark each record complete. Is there a query that can be create to mark the records that need marked. i do have a check box for the record to be completed. Thanks
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thank you worked perfect.
UPDATE table SET Completed=True;
That should do what you need