G
Guest
i have a parameter query that gets its parameters from a form. i have date,
employee, job#, task #, etc. (every record in table is unique not because of
any one thing (job#) but through a combination of all these things plus some
others). anyway, if the user wants to list all the records for a certain job
# done between 2 dates, it's not happening. if the text box on the form is
left blank for any of the parameters, i want the query to spit out all of the
records that match, not the ones that have a null value.
thank you
--
employee, job#, task #, etc. (every record in table is unique not because of
any one thing (job#) but through a combination of all these things plus some
others). anyway, if the user wants to list all the records for a certain job
# done between 2 dates, it's not happening. if the text box on the form is
left blank for any of the parameters, i want the query to spit out all of the
records that match, not the ones that have a null value.
thank you
--