G
Guest
I have an immediate need to interrupt a form from being loaded after a specific period of time - 30 days from a hard coded date - based on the system date. I am not a programmer so I'm looking for an easy macro that could be incorporated into the program? In addition, before the form "doesn't load", I would like to tell the user that the form will not be loaded.
Here's what I have now: A macro on the "on load" of the form with the message box then closes the window.
Here's what I need: A condition/command/function/etc. that checks the system date and if it is > my hard coded date (30 days) that it will display the message and not close the window. If it is <= my hard coded date, display the message that the form will not load and closes the window.
Since I am not a developer, I'm looking for exact text, commands, actions, arguments, etc. to be used and where to put it? Thanks
Here's what I have now: A macro on the "on load" of the form with the message box then closes the window.
Here's what I need: A condition/command/function/etc. that checks the system date and if it is > my hard coded date (30 days) that it will display the message and not close the window. If it is <= my hard coded date, display the message that the form will not load and closes the window.
Since I am not a developer, I'm looking for exact text, commands, actions, arguments, etc. to be used and where to put it? Thanks