A family of Microsoft relational database management systems designed for ease of use.
We inherited a spreadsheet that provides decent results. Unfortunately, data entry is a bit of a pain and maintaining master lists is troublesome compared to a code table. I figured I'd move everything to Access. But now I want to put in similar reporting, some of which are charts looking at several months of data. The chart below would be an example.
I find that Access limits the capabilities of its charts to 3 sets of data. So I figured I would just use Excel and built the appropriate queries to be able to pull the data into excel. To do this chart in Excel, it has two worksheets of data which are translated twice based on months and summations of columns and accumulation of $ throughout the month. With the final worksheet, you can then simply create the chart.
Instead of all these cross tabs and data calculations looking for workday (i.e. WorkDay.Intl), this is simply done with a couple queries in Access. That's when I hit the snag of the charts being too simplistic in Access. Every video and demo I have found states you can only have 3 data sets.
I shrugged and figured I'd use Excel since I use to do that in a different environment with SQL Server.
None of my queries are visible! After a couple hours of reading lots of blogs, help lists, etc., everyone is saying the same thing: It's a known issue that Excel can't see Access queries when they contain certain functions or multi-table/query joins. This pretty much kills 90% of the reporting which kills the whole concept of using an Access database. It's no good putting the data in if I can't get it back out.