The dates are not set dates, they are entries of events...that will always grow
I'm not sure that I understand what you mean to create a table for this
You said there are other ways, can you tell them to me
Can you show me how the SQL would look like? I wouldn't call myself an expert in this area
Much thanks
----- Douglas J. Steele wrote: ----
One approach (not the only one) would be to create a table of dates in whic
you're interested. Then, join that table to your other tables usin
inequalties. You'll have to write the SQL yourself: you can't use the quer
builder to do these kinds of joins
--
Doug Steele, Microsoft Access MV
http://I.Am/DougSteel
(No private e-mails, please
Sung said:
I have 3 tables (Employees), (EmployeeTask) and (TaskList) with th following fields
Employee
- EmployeeI
- EmployeeNam
- EmployeeI
- TaskI
- StartDat
- EndDat
- TaskI
- TaskDescriptio
- TaskSdat
- TaskEdat
start on different dates (>=TaskSdate and <=TaskEdate), I want to know in
given date range: Who is doing what