View Full Version : Display opening message


Amy35
06-07-2002, 05:23 AM
You know how when you go into an application, sometimes you get an informative message with the option to choose to never show that message again?

How do you do that in Access 2K? I would like an informative message to pop up when a form opens, basically explaining a few tips on the forms functionality. Once the user knows this they do not need to be informed again. Can this be done relatively easily? I'm not a great programmer. Thanks for any help!

Amy

llkhoutx
06-07-2002, 08:51 AM
On event Form_Open, store the checkbox value (on event AfterUpdate) answer in a simple file and then testing that value each time the form is subsequently opened.