"as far as exiting the program we want to close Access completely, but when we click on this exit button, it will only close the database, leaving Access still open"
Make sure the event behind the button is DoCmd.Quit and not something else.
For the option group to change the display on the...