To use the custom access levels simply add the following line to the Form_Open event of the forms for which you created "access level rules":

Call vcSetAccessLevels("Form", Me.Name)

For Example:
Private Sub Form_Open(Cancel As Integer)
On Error Resume Next
Call vcSetAccessLevels("Form", Me.Name)