Access Help with transposing data into a variable and maximum number of fields in Access 2007

Joined
Apr 19, 2012
Messages
3
Reaction score
0
I've got some data that's in the format of:-

Account No. | Credited Date | Credit Amount | Credit Note Number
123456 | 01/04/2012 | 100 | 3000123
123456 | 05/04/2012 | 200 | 3000124
654321 | 01/04/2012 | 100 | 3000125
456789 | 01/04/2012 | 100 | 3000126

So there can be multiple credits per account number; and I need to put this into a format that is:-

Account No. | Credited Date1 | Credit Amount1 | Credit Note Number1 | Credited Date2 | Credit Amount2 | Credit Note Number2

Up to six credit notes per account number, (although there's potential for the data to have more, in which case I'd just want to take the first six and disregard the rest for that account).

One option is to put the data in Excel and then sort by Account Number then Credited Date, and use an IF statement looking at the account number to number the credits 1 through 6 and then mark the rest for deletion, and then take this into Access and do a crosstab query to create the columns I need; but this is for a data set I have to prepare each month and I have the rest of the data set up on queries linked by macros so it can literally be done at the click of a button as I need to be able to pass the task onto others to perform in case of my absence; so I'm really looking for a way to do this with queries in Access so it can be included in the macro.

Any help is much appreciated, and if I've not explained what I need very well please ask me to clarify any details. :cheers:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top