Based on the username and password entered, i want the Payments & Receipts form to open as a read only form.
this is what i have so far.
If Me.txtUserName = "Username" And Me.txtPassword = "Password" Then
DoCmd.OpenForm "Payments & Receipts Main Form"
this is what i have so far.
If Me.txtUserName = "Username" And Me.txtPassword = "Password" Then
DoCmd.OpenForm "Payments & Receipts Main Form"