I have a form that AutoExec (the only macro in my db) launches when the db is opened. In the form's OnLoad event, I have a MsgBox that pops up with basic instructions and a vbOKOnly button. Is there a way to limit that MsgBox to only appear once per session? That way if the user navigates back to that menu screen during the same session, the MsgBox doesn't reappear? It's not critical, just something I thought may be nice. Many thanks in advance!