Thanks. I'm going to try this, it does look pretty basic. As for recalling it, I'm going to use it with an IF statement prior to opening a form from a Control Button. Looking at something like this:
If strAccessLevel <= 2 Then
DoCmd.Close
DoCmd.OpenForm "Name of the Form to Access"
Else...