I have an Access 97 database and I have a form that is bound to a SQL Server table using an ODBC pointer.
My form has a save button on it in which I run the following code:
Me.dirty = false
On the click event of the Save button.
It is not committing the data to the SQL Server database.
Does anyone know why this is happening?
Thanks
My form has a save button on it in which I run the following code:
Me.dirty = false
On the click event of the Save button.
It is not committing the data to the SQL Server database.
Does anyone know why this is happening?
Thanks