Peter Bellamy
Registered User.
- Local time
- Today, 00:01
- Joined
- Dec 3, 2005
- Messages
- 295
Please help me get my head around this !
Access 2003, tables are all lnked (across a network).
I have produced a table from data in a spreadsheet so it is table of data in rows under column headings.
It takes the form of:
Part No, 01/06/07, 01/07/07, 01/08/07, 01/09/07 (header)
itemno, qntydate1, qntydate2, qntydate3, qntydate4 (data)
To enable it to be 'read' in to another database (a purchased stock control program) the designeers have requested we provide the data in the following form:
PartNo1, 01/06/07, 123
PartNo1, 01/07/07, 234
PartNo1, 01/08/07, 345
PartNo1, 01/09/07, 456
PartNo2, 01/06/07, 987
PartNo2, 01/07/07, 876
PartNo2, 01/08/07, 765
PartNo2, 01/09/07, 654
And so on.
The dates are always the first of the month and start with the next month and run forward 4 months.
We will have to convert the data this way every month, so it will have to be simple process.
Can anyone please suggest how I can easily do this!
Cheers
Peter
Access 2003, tables are all lnked (across a network).
I have produced a table from data in a spreadsheet so it is table of data in rows under column headings.
It takes the form of:
Part No, 01/06/07, 01/07/07, 01/08/07, 01/09/07 (header)
itemno, qntydate1, qntydate2, qntydate3, qntydate4 (data)
To enable it to be 'read' in to another database (a purchased stock control program) the designeers have requested we provide the data in the following form:
PartNo1, 01/06/07, 123
PartNo1, 01/07/07, 234
PartNo1, 01/08/07, 345
PartNo1, 01/09/07, 456
PartNo2, 01/06/07, 987
PartNo2, 01/07/07, 876
PartNo2, 01/08/07, 765
PartNo2, 01/09/07, 654
And so on.
The dates are always the first of the month and start with the next month and run forward 4 months.
We will have to convert the data this way every month, so it will have to be simple process.
Can anyone please suggest how I can easily do this!
Cheers
Peter