Feb 23, 2004 #1 dfwelch Programmer Dec 5, 2003 51 US Which form event would I need to modify so that the code occurs whenever the form closes or changes to another record?
Which form event would I need to modify so that the code occurs whenever the form closes or changes to another record?
Feb 23, 2004 #2 RoyVidar Instructor Jun 16, 2000 6,606 NO Changes to records are trapped by the forms before update event (everytime an attempt to save is performed). Some events are available for when the form closes, on close, on unload... so it depends a little on what you want to perform. If your looking for event that fires when you just move to another record, the forms on current event. Roy-Vidar Upvote 0 Downvote
Changes to records are trapped by the forms before update event (everytime an attempt to save is performed). Some events are available for when the form closes, on close, on unload... so it depends a little on what you want to perform. If your looking for event that fires when you just move to another record, the forms on current event. Roy-Vidar