Hi all,
I'm a newbie to MS Access & trying to make a report with from a table as below :
My expected outcome for the report is like
I tried to refer to some other similar cases in this site but they are quite different. If you have any suggestion, pls help.
Thanks.
I'm a newbie to MS Access & trying to make a report with from a table as below :
Code:
ItemID CreDate/DeliDate/CompleDate A 01-Jan B 02-Jan C 02-Jan 04-Jan D 03-Jan 05-Jan 07-Jan E 04-Jan 06-Jan 08-Jan
Code:
1. CreateDate : A,B 2. DeliveryDate : C 3. CompleteDate : D, E
Thanks.
Comment