I have a form based on a Parameter query which displays all records for the company based on user input. I then have 26 command buttons on the form which filter passenger names within that company based on their first letter.
Private Sub P_Click()
DoCmd.ApplyFilter , "[PASSENGER] Like 'P*'"
End Sub
My trouble is that the form works totally fine in Access 2000 but when I recreate it or convert it to Access 2003 I am always prompted for the original parameter when any or all command buttons are selected. Very annoying and makes the form unusable in the 2003 state.
Any assistance would be greatly appreciated
Gary (newbie)
Private Sub P_Click()
DoCmd.ApplyFilter , "[PASSENGER] Like 'P*'"
End Sub
My trouble is that the form works totally fine in Access 2000 but when I recreate it or convert it to Access 2003 I am always prompted for the original parameter when any or all command buttons are selected. Very annoying and makes the form unusable in the 2003 state.
Any assistance would be greatly appreciated
Gary (newbie)