A family of Microsoft relational database management systems designed for ease of use.
Understood.
As requested Here is the SQL text:
UPDATE [TBL_CreditSales] SET [TBL_CreditSales].PrintRep = "";
I have a button on my CreditSales FRM to which I have assigned an OpenQuery macro to execute the update query. I should note that once the query runs it updates the records on the form without any issue at all. What I need help on is how to customize the messages and handle situations where there are 0 record to update.