G
Guest
Good evening,
This is a multi-part question.
I have a db in which user enter data, obviously, however, when they close
the application the data they entered on the active record does not get saved?
1. Is there a method to ensure data is committed before closing access?
2. If a user closes access, and not just the active db, does the active
form’s close event get trigerred?
3. Lastly, if I perform a ‘Me.Dirty=False’ on a form, does this implicitly
save all the subform data as well, or do you have to explicitly perform this
command on each and every subform?
Thank you,
Daniel
This is a multi-part question.
I have a db in which user enter data, obviously, however, when they close
the application the data they entered on the active record does not get saved?
1. Is there a method to ensure data is committed before closing access?
2. If a user closes access, and not just the active db, does the active
form’s close event get trigerred?
3. Lastly, if I perform a ‘Me.Dirty=False’ on a form, does this implicitly
save all the subform data as well, or do you have to explicitly perform this
command on each and every subform?
Thank you,
Daniel