Results 1 to 5 of 5
  1. #1
    berger01 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    2

    Updating current Access Dbase


    I have developed a 2010 access Database that is successfully being used in all 50 States for the last 3 years. It’s time to improve the database and add features. I have some general questions before I start. Each database resides locally on each Offices server. The databases are split and multiple users in each office use the application. Once distributed, I (Developer) will not have any access to the BE. The improved database will be distributed and then split once again. I plan on writing code to import all tables form the old to the new.

    • Importing data from old dbase to new should be easy, but I'm concerned about how to bring attachments over to the new. Any thoughts would be helpful?
    • Any thoughts on possibly upsizing to an SQL Server? Each office is equipped with SQL. Are there any advantages to upsizing to SQL. The current size of each database is about 200MB



    Thanks in advance for any comments.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    what do you mean by 'bring attachments over' are you talking about updates to table designs?

    If so you'd do that with an ALTER TABLE SQL statement. If you're talking about brand new tables you would likely have to cycle through the tabledefs of the 'update' portion of your data to import those ones fresh.

    200mb is pretty small to be thinking about SQL, particularly if they haven't been compacted/repaired in a while I wouldn't start thinking about SQL until it's an issue with the office having multiple concurrent users.

  3. #3
    berger01 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    2
    I need to know how to move "Files" located in the Attachment Fields within each table. Importing the data from the old tables to the new tables is understood. Its the attached files I am concerned about. Is there some VBA code that will do that? Based on this discussion, I don't see a need to move to a SQL Server, thanks for the discussion.

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    When I do this sort of thing (very infrequently) I don't store the document as an attachment. I store it as a path to the stored document, but that being said I also usually put the 'extra' files in the same location as the database but in a different subfolder. I don't know what your update process is going to look like but part of it could be to unzip these files to a 'static' location (currentproject.path & "\supportfolder\"). then update your table with the actual path of the local currentproject.path.

  5. #5
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    there is zero advantage to moving to SQLserver for the back end file if it remains simply holding tables and you are well under the 2g file size. The SQLserver advantage involves back end has data actions (something included in Access for the web forms aspects of Access 2010 and beyond).

    I also used linked documents rather than the attachments field types; set up a quickie trial and copy a few across from 1 db to another - it may work.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 6
    Last Post: 12-11-2012, 09:40 PM
  2. Converting dBase forum to Access forum
    By amerifax in forum Forms
    Replies: 5
    Last Post: 07-03-2012, 01:12 AM
  3. Access dbase on one drive Outlook on another
    By IdleJack in forum Programming
    Replies: 1
    Last Post: 10-20-2011, 02:06 PM
  4. importing Dbase files
    By dzawicki in forum Import/Export Data
    Replies: 2
    Last Post: 01-14-2010, 05:43 PM
  5. Importing Excel Sheet into Access dbase
    By tonystowe in forum Import/Export Data
    Replies: 0
    Last Post: 12-08-2006, 11:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums