J
John Constantine
How do open a form that requires 2 filters
Say I have a form called “owners”
It has a field called “cars”
And a anoth field called “color”
I could go
Docmd.openform “owners”,,,”cars =’Honda’ “
To give me the all the Honda’s
But say I wanted all the “black” Hondas - how do I put the second
filter requirement in the above expression ?
Say I have a form called “owners”
It has a field called “cars”
And a anoth field called “color”
I could go
Docmd.openform “owners”,,,”cars =’Honda’ “
To give me the all the Honda’s
But say I wanted all the “black” Hondas - how do I put the second
filter requirement in the above expression ?