G
Guest
I have the gist of it figured out, but I'm having trouble with one small
part. How do I handle fields without data?
My situation is this: I have built an invoice database and a report that
asks the user to enter start/end dates and to select an invoice approver. (I
have tried dropdowns based on a table and value lists) If any fields are
skipped, the report returns an error and no records. What I want is for any
of the following scenarios to occur with filtering:
1) If no start date is entered, all records up to the end date will be
returned
2) If no end date is entered, all records from start date to present will be
returned
3) If no approver is entered, all records between the given dates will be
returned
Any help is much appreciated!
-- Karen
part. How do I handle fields without data?
My situation is this: I have built an invoice database and a report that
asks the user to enter start/end dates and to select an invoice approver. (I
have tried dropdowns based on a table and value lists) If any fields are
skipped, the report returns an error and no records. What I want is for any
of the following scenarios to occur with filtering:
1) If no start date is entered, all records up to the end date will be
returned
2) If no end date is entered, all records from start date to present will be
returned
3) If no approver is entered, all records between the given dates will be
returned
Any help is much appreciated!
-- Karen