Hi guys out there,
I have a form Work with a subform Detail on it. User will entering the data on Detail and click a button called SAVE on the bottom
of Work form. The SAVE button will called an update query UP to insert new records from Detail form to a table Work Order.
This is working perfectly but I need a way to check the status of the update query whether the records is successfully added or is there any error. Will anyone know which system variable should use to get this value. I need this status to deny user from saving the records more than one time.
Thanks.
I have a form Work with a subform Detail on it. User will entering the data on Detail and click a button called SAVE on the bottom
of Work form. The SAVE button will called an update query UP to insert new records from Detail form to a table Work Order.
This is working perfectly but I need a way to check the status of the update query whether the records is successfully added or is there any error. Will anyone know which system variable should use to get this value. I need this status to deny user from saving the records more than one time.
Thanks.