sdawson
Registered User.
- Local time
- Today, 12:44
- Joined
- Apr 22, 2003
- Messages
- 165
I have a form with a few filter buttons which normally works fine.
The problem is that when the filter condition finds no matches, the form just displays the background and nothing else!
I would have expected the field to display no values.
The code on the filter buttons is something like this.
Me.Filter = "[Credit Approv] = '" & "New" & "'"
Me.FilterOn = True
Me.AllowEdits = True
Me.AllowAdditions = True
Any ideas?
Thanks
The problem is that when the filter condition finds no matches, the form just displays the background and nothing else!
I would have expected the field to display no values.
The code on the filter buttons is something like this.
Me.Filter = "[Credit Approv] = '" & "New" & "'"
Me.FilterOn = True
Me.AllowEdits = True
Me.AllowAdditions = True
Any ideas?
Thanks