+ Reply to Thread
Results 1 to 9 of 9

Would an Access database be useful to convert to from Excel files?

  1. #1
    Registered User
    Join Date
    03-09-2015
    Location
    US
    MS-Off Ver
    2010
    Posts
    26

    Would an Access database be useful to convert to from Excel files?

    My company currently runs on Excel. Practically everything is run in some Excel file or another. We have several very large reports that need to be updated at specific times throughout the year. These reports basically have 1 summary page that pulls data into it via VLOOKUP's and location settings picked from a dropdown List. On top of that, rather than have client specific files reference this large report, each file has to be updated separately with the exact same data. It's a colossal time sink, and while I think Excel does wonderful things, having EVERYTHING on it is wasting time and opening potential for errors. Each client currently has it's own file because we send these to clients and whoever made them was trying to keep the file sizes smaller.

    I don't know a lot about Access so I just want to see if it's feasible to create a database where we have what the summary should look like and simply upload whatever source files there may be for each year and add a new option to select each time new data is added. Eg. SummaryPage would have an option to select year that could pull information in a similar fashion to a VLOOKUP from Data2014 or Data2015, and when 2016 rolls around, I could upload Data2016 and add that as an option. Then I could setup one summary page for each client's information that pulls from the same data sources based on year selection.

    There would be a bit more to it, but I think if the above is possible then it should be able to handle any other criteria needed such as multiple criteria selection (if year is 2015, then have options to pick quarters from 2015), multiple data sources, etc. Is this possible to create with Access? Are there any things I would need to look out for or simply wouldn't be possible? Or is there an easier solution in continuing to use Excel?
    Last edited by ziggyztz; 11-13-2015 at 05:39 PM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Would an Access database be useful to convert to from Excel files?

    Suggest you read this:

    http://forums.aspfree.com/microsoft-...el-349267.html
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    11-23-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007/10
    Posts
    18

    Re: Would an Access database be useful to convert to from Excel files?

    the link posted by alan is spot on.

    However your thinking that 'simply upload whatever source files there may be for each year' for a db may be flawed. Almost certainly your files will be 'short and wide' - the excel way, whilst db's have multiple tables which are tall and narrow. Short and wide can be notoriously difficult to manage properly in a db. Part of your feasibility study should be to investigate whether you can get source data from further up the chain - almost certainly it will be a db of some sort so you can get the appropriate tables rather than the excel style format you are currently receiving.

    There is a steep learning curve for db's of any type and Access is no exception - but generally worthwhile for the right task. I've recently completed a project to replace an excel process creating some 750 personalised reports every week to one in Access - processing time considerable reduced and fully automated, error handling much easier to manage, much easier to maintain, much less resource required.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Would an Access database be useful to convert to from Excel files?

    Hi,

    Those are extremely pertinent points that Alan and CJ (not the MD of Sunshine Desserts by any chance ) have mentioned.

    I'd also mention the other major difference and that's that Excel is essentially a single user system or to be strictly correct a system in which only one person can update the workbook at any one time, many people can still open the same workbook and use it as read only. I'm ignoring the 'workbook sharing' functionality which nominally does allow more than one person to update the workbook. A lot of us think this functionality brings too many problems to be of any serious use and in any case there still needs to be an arbiter to determine which of two changes made whilst the workbook is open should take priority when the workbook is saved. Access of course is a true multi user system with record locking functionality to prevent the same table/record being updated at the same time.

    That said, and from your brief description I would suggest that unless you do need many users to update records at the same time it's perfectly feasible to create a 'proper' database in Excel and do all the stuff you mention. It's perfectly possible to upload user files from elsewhere and if the file layout is not in the sort of layout that the Excel 2 dimensional database requires a macro that runs immediately following the upload to a temporary sheet should be able to reformat it into the correct layout for the database and then add to the database.

    It sounds like your existing system was not put together in the most optimum way which is why you struggle at the moment. An Excel database which contains all client details for all periods would enable you to extract an individual client's details at the push of a button.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  5. #5
    Registered User
    Join Date
    11-23-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007/10
    Posts
    18

    Re: Would an Access database be useful to convert to from Excel files?

    not the MD of Sunshine Desserts
    Nope but it has been mentioned before...

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,463

    Re: Would an Access database be useful to convert to from Excel files?

    I think all the points made are very relevant. I especially like the link that Alan provided; very concise ... and a useful warning

    Aside from the points mentioned about learning curve and design considerations, you might want to think about licensing issues. Most organisations will generally have standard Office applications on the desktop, like Word, Excel, PowerPoint and Outlook ... and a few other oddities like OneNote and Publisher. What it probably won't include is Access. It used to be relatively expensive. I am seriously not up to date with understanding the licenses required to read and/or update an Access database but may be worth looking into. You'd need to consider how many people will need to use the database, etc.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  7. #7
    Registered User
    Join Date
    11-23-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007/10
    Posts
    18

    Re: Would an Access database be useful to convert to from Excel files?

    Access comes as standard with most office products except home and student - so a professional organisation is most likely to have it already. However some IT departments won't support Access (but then they don't support Excel either in terms of what's in the spreadsheets) because they don't want to be responsible for something that has not been developed by them. I think standalone access is around $60 which the developer will need but users can use Access runtime which is a free download. Runtime has the ability to run applications already developed in Access but is missing certain functionality - including the ability to develop or change the application or visibility of certain windows such as the navigation pane.

    The thing to remember about Access is that it is actually two systems bundled into one - a backend and a front end. The backend consists purely of tables and uses the ACE db engine (JET for 2003 and earlier, no longer supported) and for multi users is typically located on a shared server whilst the front end consists of forms, reports, queries and code and each user has a copy (in the same way each user has their own copy of Excel or Word). So you can use access as a front end to another db engine such as SQL server or MySQL or facilities such as SharePoint or Excel - in fact pretty much any data source. One of the nice things about this is you can write queries that combine data directly from say MySQL, a native access table and lets throw in a couple of excel workbooks and a text file while we are at it.

  8. #8
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Would an Access database be useful to convert to from Excel files?

    Thanks CJ

    I hadn't realised this 'split personality' aspect of Access.

  9. #9
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,463

    Re: Would an Access database be useful to convert to from Excel files?

    Thanks for that clarification ... so, just back to the learning curve and design considerations

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Excel Noob - Trying to make my work life easier
    By ChaseHooks in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 05-15-2015, 12:11 PM
  2. Replies: 1
    Last Post: 05-05-2014, 07:30 AM
  3. Replies: 7
    Last Post: 02-24-2012, 08:49 AM
  4. interface to make it easier to fill out database
    By dougvcd in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-15-2008, 01:16 AM
  5. Please make it easier to access the IS functions (e.g., isblank) .
    By melyndac2005 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  6. [SOLVED] Need a formula that would make life easier
    By frustrated in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-29-2005, 12:05 PM
  7. Need a formula that would make life easier
    By Frustrated in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-29-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1