Hello,
I just finished linking and excel spreadsheet to an access database. I took the route of a custom macro for exporting which I developed the last couple days. The point of having the database was to have a central place for all of the "form" spreadsheets to submit their information for tabulation later.
The problem is, now that I have everything working with the entry/export, I am at a loss for how to manipulate the data the way I had intended. To be honest, I'm pretty new to Access and didn't give it much though until now. The problem is I need a kind of interactive form, similar to what an excel pivot table can do. For example, the user should be able to select certain data ranges to tabulate fields over etc.
In short:
It doesn't seem like access give much help as far as an 'interactive' report. Can I manipulate with vba to achieve this result without too much work?
Would it be better to just export the entire db back to excel, and do the work there? I realize access has a pivot view, but I need information from multiple tables in access, which I can't figure out how to do barring just joining all the data to one table.
Your advice is greatly appreciated. Thanks!