Hi there, could you please help me to figure out how to create additional field from the table.
1. I exported from text file to the access table
It looks pretty much like this in the table
ID Field1 Field2 Field3 1 random random 2 random random 3 CustID 123A 4 CName Mr.xyx 5 random random random 6 01/01/15 Order $150 7 01/02/15 Order $200 8 random random 9 random random 10 CustID 234B 11 CName Mr.abc 12 01/01/15 Order $125 13 01/02/15 Order $225
2. What is the best way to get the result like the table below??
CustID Field1 Field2 Field3 123A 01/01/15 Order $150 123A 01/02/15 Order $200 234B 01/01/15 Order $125 234B 01/02/15 Order $225
Thanks in advance!!
Y