I have an unbound form that I need to put a subform on. I need to be able to undo any changes that a user might make.
thread705-769981 talks about EXACTLY what I'd like to do
Would this work since the DB is going to be in a multi user environment? AND how exactly do I do this? If I'm unable to do this, is there a way to undo the changes that a user makes to a subform? Thank you in advance.
thread705-769981 talks about EXACTLY what I'd like to do
You can use a temp table to store the values from the main/sub form. Then if the user cancels, you simply update the table with the stored values.
Would this work since the DB is going to be in a multi user environment? AND how exactly do I do this? If I'm unable to do this, is there a way to undo the changes that a user makes to a subform? Thank you in advance.