As nice as unbound forms sound, they have been a nightmare to attempt, with constant type mismatch errors.
Since I can not stop a live link back to the backend, how about still forcing a "Save" action?
Have a Save button on a form and when clicked, changes (I assume) the Me.Dirty to False. THen allows for closing. But won't I have to then have code everywhere checking for a dirty condition on the multiple ways to close/ leave a record?
What is the best way to require a save first?
What about have the recordset a dbSnapShot? Does that make any difference?
Thanks. Sean.
Since I can not stop a live link back to the backend, how about still forcing a "Save" action?
Have a Save button on a form and when clicked, changes (I assume) the Me.Dirty to False. THen allows for closing. But won't I have to then have code everywhere checking for a dirty condition on the multiple ways to close/ leave a record?
What is the best way to require a save first?
What about have the recordset a dbSnapShot? Does that make any difference?
Thanks. Sean.