| re: Exporting access report to Excel with all data
The calculations that I'm performing are somewhat complex and the intermediate steps are to be shown on the report. For example, in the detail section I have a row for each employee and the columns headings are days of the week with overtime hours worked on those days populating it. I can perform simple calculations like summing them up, and that will move over to excel, but not more complex calculations like finding out what percentage of all overtime for the week was worked on Tuesday. For that I have to divide one field by another, and access doesn't export those.
I tried moving the fields around to see if they were lost because of where they were located, but it didn't make a difference. For now, I just told the users that these reports are to look at and not to export to excel and manipulate. If they want something more (the reason for the manipulation in excel) they should tell me and I will add the fuctionality to the database. That seems to suffice for now, but I'm still bothered by the apparent limitation that access has placed on exporting data to a program in it's own family!!
|