Can anyone help me work out how to cater for people not putting aything in this between date query?
If they leave it blank Id like it to show all.
Between [Forms]![Form]![Text_Enter_Date_From] And [Forms]![Form]![Text_Enter_Date_To]
Can anyone help me work out how to cater for people not putting aything in this between date query?
If they leave it blank Id like it to show all.
Between [Forms]![Form]![Text_Enter_Date_From] And [Forms]![Form]![Text_Enter_Date_To]
Try using the Nz() function on each parameter, replacing Null with a date well before/after actual data.