Hello
i could really use help with an error i've been getting
i'm trying to use a filter to filter out information
in a form
the filter criteria is chosen from a drop down list
then the user clicks on a button, that button
opens a form and in the OnOpen Sub i have this code
Me.Filter = "RO = " & Number
Me.FilterOn = True
for some reason i get an error when i click on the button
to open the form
"You cancelled the previous operation"
if i comment out
Me.FilterOn = True
the error goes away but obviously my filter doesn't work...
i could really use help
thank you in advance
Eric
i could really use help with an error i've been getting
i'm trying to use a filter to filter out information
in a form
the filter criteria is chosen from a drop down list
then the user clicks on a button, that button
opens a form and in the OnOpen Sub i have this code
Me.Filter = "RO = " & Number
Me.FilterOn = True
for some reason i get an error when i click on the button
to open the form
"You cancelled the previous operation"
if i comment out
Me.FilterOn = True
the error goes away but obviously my filter doesn't work...
i could really use help
thank you in advance
Eric