I have a question that I was hoping some guru could help me out with. I have a query in access that is going to dump alot of data in excel. it needs to run in access b/c of the way that the queries and tables are set up.
I need to figure out a way to break the data into a different preformatted sheet for every user name. An example of this would be:
Name Commission Explanation 801 808 NoteAmount
Jesse $1,500 (1*.5)+(.5*.33) .75 .5 150000
and the VBA code or macro would break this down by each change in the Name and paste the values into the sheet.
I know that this is a lot to ask, but I really have no clue where to start
I need to figure out a way to break the data into a different preformatted sheet for every user name. An example of this would be:
Name Commission Explanation 801 808 NoteAmount
Jesse $1,500 (1*.5)+(.5*.33) .75 .5 150000
and the VBA code or macro would break this down by each change in the Name and paste the values into the sheet.
I know that this is a lot to ask, but I really have no clue where to start