Filtering records, with SQL using multiple records

J

jamiedora

Hello,

I'm trying to populate a contiuous form based on a filter; however I
would like the filter to be based on the filtering of muliplie fields
(i.e. return records based on Field1 = Value1 and Field2 = Value2).

How would one perform this via SQL command and visual basic. Does
anyone have an example.

Thanks,

Jamie
 
Top