ppete
Registered User.
- Local time
- Today, 20:13
- Joined
- Jan 15, 2002
- Messages
- 27
Can anyone help?
I want to filter a form with a number of check boxes.
I've got two checkboxes for a field called Market, (UK & Europe), four more for ShopType and another for ShopStatus. I've started out using the following code behind the after update property of the checkbox...
If chkBoxA.Value = True then
Docmd.Applyfilter "[Market] = '"UKR"'
...but I have a feeling this is taking a very long way to do something simple. Any help would be greatly appreciated.
Ppete
I want to filter a form with a number of check boxes.
I've got two checkboxes for a field called Market, (UK & Europe), four more for ShopType and another for ShopStatus. I've started out using the following code behind the after update property of the checkbox...
If chkBoxA.Value = True then
Docmd.Applyfilter "[Market] = '"UKR"'
...but I have a feeling this is taking a very long way to do something simple. Any help would be greatly appreciated.
Ppete