I am working on a query regarding billing data. There are 2 date fields in this data: DateEntered, and DateBilled. I have a query which selects both there ranges with parameters. Under the criteria for DateEntered I have:
Between [Starting Date?] And [Stopping Date?]
Under DateBilled I have:
Between [Start Bill Date?] And [End Bill Date?]
Here is my problem:
Parameters for DateEntered will always be required. However, if nothing is entered for the second set of parameters, I want no criteria to be set for DateBilled (return all records in range of DateEntered). I have searched the forums here, but I've not seen a solution to this particular problem. Many thanks for any ideas....
Ed
Between [Starting Date?] And [Stopping Date?]
Under DateBilled I have:
Between [Start Bill Date?] And [End Bill Date?]
Here is my problem:
Parameters for DateEntered will always be required. However, if nothing is entered for the second set of parameters, I want no criteria to be set for DateBilled (return all records in range of DateEntered). I have searched the forums here, but I've not seen a solution to this particular problem. Many thanks for any ideas....
Ed