Hi
I am trying to get a form to open a new record when its opens but the Form current is running after the open and is not opening a new record. just goes to the first record.
Here whats in the Current.
If Me!Listbox.Value = "Gym" Then
Me.Hours.Visible = True
Else
Me.Hours.Visible = False
End If
could this be stopping the DoCmd.GoToRecord , , acNewRec from working in the Open.
I am trying to get a form to open a new record when its opens but the Form current is running after the open and is not opening a new record. just goes to the first record.
Here whats in the Current.
If Me!Listbox.Value = "Gym" Then
Me.Hours.Visible = True
Else
Me.Hours.Visible = False
End If
could this be stopping the DoCmd.GoToRecord , , acNewRec from working in the Open.