Hi,
Does anyone know if it's possible to have 2 criteria in
an apply filter statement. I have 2 unbound combo boxes on
a form with a subform. One of the combo boxes is for
Catalog Number and one is for CatalogPage. After a user selects a Catalog and Catalog Page, all the Bill of Materials for that Catalog Page and Catalog should be displayed. So, I need to
have an apply filter that will only return
records from a particular Catalog and Catalog page.
Right now, this is what I have:
DoCmd.ApplyFilter , "CatalogPage = " & Pagecbo
Is this possible to add "Catalog = " & Catalogcbo?
Thanks,
MBaddar
Does anyone know if it's possible to have 2 criteria in
an apply filter statement. I have 2 unbound combo boxes on
a form with a subform. One of the combo boxes is for
Catalog Number and one is for CatalogPage. After a user selects a Catalog and Catalog Page, all the Bill of Materials for that Catalog Page and Catalog should be displayed. So, I need to
have an apply filter that will only return
records from a particular Catalog and Catalog page.
Right now, this is what I have:
DoCmd.ApplyFilter , "CatalogPage = " & Pagecbo
Is this possible to add "Catalog = " & Catalogcbo?
Thanks,
MBaddar