exit from the form

hfsitumo2001

Member
Local time
Today, 07:17
Joined
Jan 17, 2021
Messages
394
Hello, can anyone help me how to make on the form : on Load, there is a message says" please do not use this form, still under development" the user press OK, then exit the form.

Thank you for any help.

Frank
 
My view is do not expose them to the form in the first place?
Google MSGBOX and DoCmd. Close if you wish to pursue your method.

You could just as easy put the code in Form Open?
 
Thank you Gasman, I will do as you suggest

Thank you
 
You should be working on a different copy of the FE than what the users are working with. You create and modify objects and TEST them. When they work to your satisfaction, you add them to the menu/switchboard and release a new version of the FE to the users. You continue making changes on YOUR development copy.
 

Users who are viewing this thread

Back
Top Bottom