Re: Logout idle users and discard changes
- From: "AccessVandal via AccessMonster.com" <u18947@uwe>
- Date: Fri, 30 Mar 2007 03:03:32 GMT
Hi Debra,
I would just use the Main Form's OnClose event.
Try out this to see if it works.
Me.Dirty = False
Forms!SubformName.Dirty = False
or
Forms!MainFormName!SubFormName.Dirty = False
or
Forms!MainFormName!SubFormName!Forms.Form.Dirty = False
Debscanadian wrote:snip
Access 2003
My testing only checks the main form dirty property and I am lost as
to how to test the dirty property of a subform in a generic fashion.
Debra
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-access/200703/1
.
- References:
- Logout idle users and discard changes
- From: Debscanadian
- Logout idle users and discard changes
- Prev by Date: Re: This newsgroup interface is old ... we need a new forum.
- Next by Date: Re: Logout idle users and discard changes
- Previous by thread: Logout idle users and discard changes
- Next by thread: Re: Logout idle users and discard changes
- Index(es):
Relevant Pages
|