Hi all im new here so please be kind! ><.. I've got a little project im working on, im not too bad at access but totally self taught and i lack support from any body better than me in my area, so ill try my question here and try my upmost to explain fully.
I've made a database and a small part of it is to collect financial data from tables and dump the data into one place ready for reporting. I use a QRY to show only 6 records which has a number of fields. see files named "original data" which is the layout of the table, albeit only a tester ATM and not the finished table.
These records are Monday - Saturdays date in any week sorted on the Field [Actual Date] . Mondays date is also in another field Called [date] this is simply the Week Commencing or WC for short. so Tuesdays date is WC+1 etc. I know thisis a long way around but other parts of the database forced my hand here, dont ask lol!
So any way, I have my nice normalized data, However my customer wants the data Flipped around so the headings at the top are the Dates of the Week I.e WC, WC+1, WC+2, WC+3 ...WC+5. see photo data in excel
So my question is how to I rotate my table, i know I can do it in Excel in about 4 clicks using copy and paste transpose, however i didn't want my end user to have to use 2 applications and start copy and pasting. Not only does it look crap, its bound to cause errors if they don't copy the right thing or click the right box , I've looked at examples of VBA code but cant seem to amend it to fit my needs, i will upload photos if i can.
I am being paid for the project as im self employed, so im happy to make a donation for somebody's time, id like this to work fully automatically but more so, id love to understand how its done not just be provided a solution. Although i do need one :-D thanks so much in advance i hope somebody can understand and help .
I've made a database and a small part of it is to collect financial data from tables and dump the data into one place ready for reporting. I use a QRY to show only 6 records which has a number of fields. see files named "original data" which is the layout of the table, albeit only a tester ATM and not the finished table.
These records are Monday - Saturdays date in any week sorted on the Field [Actual Date] . Mondays date is also in another field Called [date] this is simply the Week Commencing or WC for short. so Tuesdays date is WC+1 etc. I know thisis a long way around but other parts of the database forced my hand here, dont ask lol!
So any way, I have my nice normalized data, However my customer wants the data Flipped around so the headings at the top are the Dates of the Week I.e WC, WC+1, WC+2, WC+3 ...WC+5. see photo data in excel
So my question is how to I rotate my table, i know I can do it in Excel in about 4 clicks using copy and paste transpose, however i didn't want my end user to have to use 2 applications and start copy and pasting. Not only does it look crap, its bound to cause errors if they don't copy the right thing or click the right box , I've looked at examples of VBA code but cant seem to amend it to fit my needs, i will upload photos if i can.
I am being paid for the project as im self employed, so im happy to make a donation for somebody's time, id like this to work fully automatically but more so, id love to understand how its done not just be provided a solution. Although i do need one :-D thanks so much in advance i hope somebody can understand and help .