I'm very new to Access, but fairly comfortable with Excel (including VBA). Maybe there's a better way to do this, but I basically want to use Access the same as Excel (non-relational data sets), since Access can handle more data.
I maintain an Excel spreadsheet with 6 sheets. I want to be able to have six non-relational tables/data sets in Access, each with company wide data. I then want to build a macro in an Excel spreadsheet that will go to each of the six tables in Access, extract data for a certain Department ID, and pull that data into Excel.
So I'll have six non-relational data sets in Access with several hundred thousand rows of data in each. A macro will extract a couple hundred lines from each data set and import it to corresponding sheets in Excel. This will allow users to easily extract data specific to their assignment from data sets that contain everything.
Is this even possible/advisable? Or is there a better approach to take? Thank you in advance!
I maintain an Excel spreadsheet with 6 sheets. I want to be able to have six non-relational tables/data sets in Access, each with company wide data. I then want to build a macro in an Excel spreadsheet that will go to each of the six tables in Access, extract data for a certain Department ID, and pull that data into Excel.
So I'll have six non-relational data sets in Access with several hundred thousand rows of data in each. A macro will extract a couple hundred lines from each data set and import it to corresponding sheets in Excel. This will allow users to easily extract data specific to their assignment from data sets that contain everything.
Is this even possible/advisable? Or is there a better approach to take? Thank you in advance!