I have form. User can enter start date and end date on text boxes, and select data from three comboboxes.
User can select from first combobox dept name
seccond combobox person name
third combobox is completed evaluation or processing evaluation or incompleted.
I created a query .
In query date crieteria I entered
>=[forms]![tfrmsname]![txtstdate]and<=[forms]![frmname]![txtenddt]
for firstcombobox [forms]![frmname]![combboxname]
for second combobox [forms]![frmname]![comboxname]
I ran query and entered values on each prompting parameter it is working but when I entered values through form it is printing empty report.
Actually the third combobox values are dates on table. I am selecting from query Isnull is incompleted, isnotnull is completed etc. for third combobox i don;t know how to enter in crieteria.
through form.
Please help me ,