ITTechGuy:
Not sure exactly what acFormReadOnly does.
Well, here's a link that explains it pretty well (
OpenForm Method). You'll have to click on the "AcFormOpenDataMode" link.
ITTechGuy:
Right now I need to figure out how to hide a couple buttons if the form is opened in read only mode.
As you guessed, and confirmed by reading the link, one of the settings it resets to false is AllowEdits. Thus, when the form opens (Form_Load() or Form_Open()), check that setting to determine if the form was opened that way or not.