Hey,
I am creating a form for someone so they can pull up customer information. I have it set up so they can search by Sales Order #, Customer, or just put in a date range. My question is; is there a way set up the date fields so that if they are blank they are ignored when it runs the query. Right now if I do not include dates when searching it returns just a blank query. Currently in the query I have: Between [Forms]![Form Lookup]![BegOrd] And [Forms]![Form Lookup]![EndOrd].
Thanks for any help.