icemonster
Registered User.
- Local time
- Today, 05:02
- Joined
- Jan 30, 2010
- Messages
- 502
how would you write so that a function will not work if the record is new or when a button with the command
DoCmd.GoToRecord , , acNewRec
meanning that if me.newrecord then don't fire up function123 but if the record is not new, fire up function123.
DoCmd.GoToRecord , , acNewRec
meanning that if me.newrecord then don't fire up function123 but if the record is not new, fire up function123.