hey all! I have a problem I need help with. My Director wants a report that has 3 parts. She wants:
1) Projects that are "New" the week of X
(This needs the project number and project name)
2) Projects that are "In Development" the week of X
(Just the count of these projects.)
3) Projects that are "Complete" the week of X
(This needs the project number and project name)
My form has all necessary fields of course, a cbobox with New, In Development, etc, a date field for New projects, a date field for completed projects, etc. Now, I can figure it out with a query but it will take me 3 queries to sort this info in this manner. Is there any other way to do this? You can't have multiple queries on a single report can you?
1) Projects that are "New" the week of X
(This needs the project number and project name)
2) Projects that are "In Development" the week of X
(Just the count of these projects.)
3) Projects that are "Complete" the week of X
(This needs the project number and project name)
My form has all necessary fields of course, a cbobox with New, In Development, etc, a date field for New projects, a date field for completed projects, etc. Now, I can figure it out with a query but it will take me 3 queries to sort this info in this manner. Is there any other way to do this? You can't have multiple queries on a single report can you?