For the past few hours I've been trying to add a report to print one of our customer's requests, but I'm hitting the wall.
I hope somebody can help with a query to be used as the record source for a report.
This is the structure of a query:
and this is the result:
It shows all records of tblOrderedProgress where ProcessFk=1
Now they want another two column to be added to this query (report) that shows registered date for ProcessFK=2 And ProcessFK=3
something like this:
They need to have a printed list that shows all the orders and the date for 3 processes side by side.
Is it possible at all?
A sample database is attached.
Any kind of hint/advice is much appreciated.
I hope somebody can help with a query to be used as the record source for a report.
This is the structure of a query:
and this is the result:
It shows all records of tblOrderedProgress where ProcessFk=1
Now they want another two column to be added to this query (report) that shows registered date for ProcessFK=2 And ProcessFK=3
something like this:
Part | RegisteredOn For Process 1 | RegisteredOn For Process 2 | RegisteredOn For Process 3 |
part1 | 2020/02/04 | 2020/02/04 | 2020/02/04 |
part3 | 2020/02/08 | 2020/02/04 | 2020/02/04 |
part2 | 2020/01/04 | 2020/02/04 | 2020/02/04 |
part5 | 2020/01/04 | 2020/02/04 | 2020/02/04 |
They need to have a printed list that shows all the orders and the date for 3 processes side by side.
Is it possible at all?
A sample database is attached.
Any kind of hint/advice is much appreciated.