Hi all,
This my first post and I am a novice to Access. I started learning it over the few weeks through reading blogs and watching YouTube videos. I am stuck with a problem that I have not be able to find an answer to.
I am trying to setup a search form that allows multiple search criteria to be entered. I found a video but it does not quite cover what I want to acomplish.
Here is what I have like *.* &>=[Forms]![frmSBQry]![BegQuarterComb] And <=[Forms]![frmSBQry]![EndQuartComb] & *.*
This gives me a syntax error. any ideas how to fix it... note if I remove the *.* from each end it does work. I want it to show all records if no form value was selected.