Hi all,
I'm trying to implement a system whereby I can close down an MS Access application across all users via the use of a hidden form with a timer and a table with a 'flag' value.
I've got the code working correctly so that it closes the application dependent on the value in the 'flag' table.
Simplest thing of all: hiding the form so that it runs in the background - and I cannot get the form to run hidden.
This form is the startup form, and I'm using:
[tt]
me.setfocus
me.visible = true
[/tt]
I've tried this in both <On Load> and <On Open> events.
Any help appreciated.
Regards,
Darrylle
Never argue with an idiot, he'll bring you down to his level - then beat you with experience.
I'm trying to implement a system whereby I can close down an MS Access application across all users via the use of a hidden form with a timer and a table with a 'flag' value.
I've got the code working correctly so that it closes the application dependent on the value in the 'flag' table.
Simplest thing of all: hiding the form so that it runs in the background - and I cannot get the form to run hidden.
This form is the startup form, and I'm using:
[tt]
me.setfocus
me.visible = true
[/tt]
I've tried this in both <On Load> and <On Open> events.
Any help appreciated.
Regards,
Darrylle
Never argue with an idiot, he'll bring you down to his level - then beat you with experience.