you can create a form, the main form, display it in datasheet view all the
data.
create another form with all the field you want to filter with, in the OK
button you can assign either a filter to the mainform or use code and assign
a new RecordSource to the main form.
Forms.[FormName].RecordSource = "Select * From MyTable Where ...."
> hi all,
>
[quoted text clipped - 9 lines]
> Regards
> Green
'green' - 11 May 2005 02:11 GMT
Hi Ofer,
I was able to do the main form... However i'm unsure with the second part,
where you say "in the OK button you can assign either a filter to the
mainform...."
Where can I find the "OK button"?
Sorry I'm rather new with access...
Regards
Green
> you can create a form, the main form, display it in datasheet view all the
> data.
[quoted text clipped - 17 lines]
> > Regards
> > Green