I am trying to close the ribbon in my Access application so that the user will not have it available. I used the following code I found in a previous answer on this site.
Interestingly enough, it worked exactly two times correctly and then stopped working.
Any ideas on why it stopped working? Has anyone else had this happen?
Thanks.
Code:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
Any ideas on why it stopped working? Has anyone else had this happen?
Thanks.
Comment