jkkenzie
Jul 20 2006, 04:17 PM
Hi!
Is it possible to disable access window so that it is impossible for the user to maximize or exit (Close ) from that control box of the main access window at the top left corner ?
Help! on this!
Joe?
freakazeud
Jul 20 2006, 06:12 PM
Hi,
check these:
01 02 You might also find
this interesting.
Another possibility would be to open a hidden form on open of your db...then use code in the unload event of that form to evaluate if the users used your close button or a different method. If not your button then set the cancel variabel to TRUE.
HTH
Good luck
jkkenzie
Jul 20 2006, 07:13 PM
Thanks that was handy .
Joe.
freakazeud
Jul 20 2006, 07:20 PM
You're welcome.
Good luck on future projects!