I am trying to create an access report that looks like the attached word document. The difficulty I am having is trying to get all the data on one page. The projects that I and my teammates worked on last week don't necessarily link to the projects we will work on next week. The data sits in one database.
I had this idea that I could dynamically number each row by employee in two different queries, "thisweek" and "nextweek" (<--Please help with this part), use a union query, and link unique numbers together so I could build a report with a similar look to our old word report. Any ideas how to dynamically (in a query or else) number each unique projects by employee in these two queryies?
Thanks in advance!
TheRat
I had this idea that I could dynamically number each row by employee in two different queries, "thisweek" and "nextweek" (<--Please help with this part), use a union query, and link unique numbers together so I could build a report with a similar look to our old word report. Any ideas how to dynamically (in a query or else) number each unique projects by employee in these two queryies?
Thanks in advance!
TheRat