It is a SQL statement. Open query in design view, click on menu VIEW - SQL
View and it opens another window to display the SQL language of the query.
SELECT * ---- select all field of the table.
FROM TableName --- tells the query the source of data - table, query, etc.
WHERE --- states the criteria of the query.
StartDate Between [Please enter start date] And [Please enter end date]
Or EndDate Between [Please enter start date] And [Please enter end date]

Signature
KARL DEWEY
Build a little - Test a little
> Hi Ofer,
>
[quoted text clipped - 34 lines]
> > > Thanks
> > > Chi
Chi - 29 Nov 2007 14:26 GMT
Good morning Karl,
I appreciate for your explanation. It is very helpful!!!!!!!!!!
Chi
> It is a SQL statement. Open query in design view, click on menu VIEW - SQL
> View and it opens another window to display the SQL language of the query.
[quoted text clipped - 42 lines]
> > > > Thanks
> > > > Chi