Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
April 12th, 2006, 01:45 AM
ppenn
Guest
Posts: n/a
Access program control box
Hi Does anyone know if the shutdown "X" in the main app window of Access can be disabled. I really need users to close the application using the close button on my form but many use the control box "X"
Thanks Peter
Make your form modal. This will prevent interaction with any other feature unless they finsih work in the form. You can remove the red X button from the form so users won't use that as well.
HTH
mmcdonal
April 12th, 2006, 06:41 AM
ppenn
Guest
Posts: n/a
Thank you very much for your reply I have changed properties to popup which works - amazing how easy things are when you know how Thanks again