Tried the following code but it doesn't work. I was also hoping in adding this to the module so I can just call it in each forms using the me and not using form name.
Code:
Private Sub Form_Load() Me.RecordSelectors = False Me.NavigationButtons = False Me.ScrollBars = 0 [Forms]![frm_Import].DefaultView = 5 [Forms]![frm_Import].PopUp = True [Forms]![frm_Import].SplitFormOrientation = 1 End Sub
Comment