Filter in VB Basic

K

Kiddo

I created a command button to filter data on a form. However it doesn't
function. I do not know VB Basic at all. please help.
 
M

mscertified

You will have to post the VBA code which is behind the form. You should have
an 'on click' event. If you have not set up the event, it cannot work. You
can find out the code needed by looking in Access HELP.
 
Top