When I type in the Input Box it gives me an error: Expected List separator.
What are they talking about? The Input Boxes below are per spec.
What tick mark do I need to enter and where-I haven't a clue.
Private Sub Report_Open(Cancel As Integer)
Dim StartDate As Date
Dim EndDate As Date
StartDate = Input("Enter StartDate")
EndDate = Input("Enter EndDate")
DoCmd.OpenReport ACCInputTest, acViewPreview, , [Initial Date]![Between StartDate And EndDate]
End Sub
What are they talking about? The Input Boxes below are per spec.
What tick mark do I need to enter and where-I haven't a clue.
Private Sub Report_Open(Cancel As Integer)
Dim StartDate As Date
Dim EndDate As Date
StartDate = Input("Enter StartDate")
EndDate = Input("Enter EndDate")
DoCmd.OpenReport ACCInputTest, acViewPreview, , [Initial Date]![Between StartDate And EndDate]
End Sub