J jostrep Registered User. Local time Today, 09:52 Joined May 19, 2002 Messages 30 Sep 14, 2002 #1 Is it possible in acces to program pop up event reminder? How?
D Dave Eyley Registered User. Local time Today, 09:52 Joined Sep 5, 2002 Messages 254 Sep 15, 2002 #2 An event always has to be triggered somehow. Usually on a Property event on a form. So you could use the property event - 'OnOpen' when the db opens a title screen for the first and only time. Dave E
An event always has to be triggered somehow. Usually on a Property event on a form. So you could use the property event - 'OnOpen' when the db opens a title screen for the first and only time. Dave E
R Rich Guest Sep 15, 2002 #3 You could also use the Timer Event on a hidden form to change it's visible property based on some time field on your form
You could also use the Timer Event on a hidden form to change it's visible property based on some time field on your form
J jostrep Registered User. Local time Today, 09:52 Joined May 19, 2002 Messages 30 Sep 16, 2002 #4 More details One more thing that data base is always open so the pop up reminder must appears automaticaly when they are scheduled.
More details One more thing that data base is always open so the pop up reminder must appears automaticaly when they are scheduled.