Hi
I've got a query that lists leased items with a start and end date. I'm trying to produce a result where I can type in the start date and end date to find out when the lease is up, but I'm having a few errors coming up.
I'm trying to use the field 'Expected Termination' and search for a range of dates, so I'm using the criteria >=[StartDate] or <=[EndDate] (and I've tried 'Between [Startdate] and [Enddate]) where you enter the parameters when the query loads. I'm using the short date format in the table, but when I run this query and enter the dates I get the message;
This expression is typed incorrectly, or it is too comples to evaluate etc.
What am I doing wrong here?
I've got a query that lists leased items with a start and end date. I'm trying to produce a result where I can type in the start date and end date to find out when the lease is up, but I'm having a few errors coming up.
I'm trying to use the field 'Expected Termination' and search for a range of dates, so I'm using the criteria >=[StartDate] or <=[EndDate] (and I've tried 'Between [Startdate] and [Enddate]) where you enter the parameters when the query loads. I'm using the short date format in the table, but when I run this query and enter the dates I get the message;
This expression is typed incorrectly, or it is too comples to evaluate etc.
What am I doing wrong here?