N
Neil Crawford
Dear all,
I'd appreciate your comments on the error that appears
when I try to apply the following filter;-
Dim strcode As String
strcode = "[ContactID] = '10'"
Me.Filter = strcode
Me.FilterOn = True
I get the error message "You cancelled the previous
operation". I can't seem to work out why this is
appearing. I've tried the code in another database and it
works fine so it seems I must have something in my
current database that is causing this conflict. Any ideas?
many thanks,
neil
I'd appreciate your comments on the error that appears
when I try to apply the following filter;-
Dim strcode As String
strcode = "[ContactID] = '10'"
Me.Filter = strcode
Me.FilterOn = True
I get the error message "You cancelled the previous
operation". I can't seem to work out why this is
appearing. I've tried the code in another database and it
works fine so it seems I must have something in my
current database that is causing this conflict. Any ideas?
many thanks,
neil