Hello,
I link a query with a form in the way that the query returns records with the criteria written in the txtboxes of the form.
My problem is that the query will still prompt me if I write nothing in the text boxes.
What I'd like it to do is if there's something in the text box then it adds it to the query else it just bypass it...
so if you choose a date and a number but not a best before date the query will return all records with the good date and number but won't prompt for a best before date.
any ideas?
Thanks
RickBerem
I link a query with a form in the way that the query returns records with the criteria written in the txtboxes of the form.
My problem is that the query will still prompt me if I write nothing in the text boxes.
What I'd like it to do is if there's something in the text box then it adds it to the query else it just bypass it...
so if you choose a date and a number but not a best before date the query will return all records with the good date and number but won't prompt for a best before date.
any ideas?
Thanks
RickBerem