Hello everybody,
I guess that this is kind of a basic question, I hope someone has the answer.
This is about a contact database.
I have a search form that allows the user to search by either first name or last name. The user gets the list of contacts that meet the criteria in a listbox, then double clicks on a contact to get all the person's information in another form. That's good so far.
Since the contact form has bound textboxes that have controlsource directly from the table, the user will be able to change any field directly to the table (sometimes users think that if they don't click on save, the changes will not be saved which is not true in this case)
I want to have some kind of control on this. I want to have a button called "save" that will give a message to the user "Are you sure you want to save?" if the user clicks "yes" the changes will be saved to the table, otherwise the changes will not be saved. The same message should appear when the user had made changes and attempts to exit the form.
Is this doable??
THANK YOU
I guess that this is kind of a basic question, I hope someone has the answer.
This is about a contact database.
I have a search form that allows the user to search by either first name or last name. The user gets the list of contacts that meet the criteria in a listbox, then double clicks on a contact to get all the person's information in another form. That's good so far.
Since the contact form has bound textboxes that have controlsource directly from the table, the user will be able to change any field directly to the table (sometimes users think that if they don't click on save, the changes will not be saved which is not true in this case)
I want to have some kind of control on this. I want to have a button called "save" that will give a message to the user "Are you sure you want to save?" if the user clicks "yes" the changes will be saved to the table, otherwise the changes will not be saved. The same message should appear when the user had made changes and attempts to exit the form.
Is this doable??
THANK YOU