No, I had changed before, I am talking about the opening of form for data entry in a normal way through dashboard.
Private Sub NavigationButton_Receipt_Click()
DoCmd.OpenForm "frmTransactionsMain", , , , , , "<=2"
End Sub
Private Sub NavigationButton_Transfer_Click()
DoCmd.OpenForm...