Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    @June - The dB (zipped) is 20+ mb, so it can't be attached to a post.

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    I can't even download that at home.

    Could make copy - eliminate most data, remove unnecessary objects...
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #18
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Only 11 tables, no other objects........

  4. #19
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    Oh well, probably moot. I think the issue has been addressed and guidance provided. OP wants to un-normalize data for export to Excel. The consequence is repetitious data.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #20
    RogueIII is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Posts
    9
    Quote Originally Posted by June7 View Post
    Oh well, probably moot. I think the issue has been addressed and guidance provided. OP wants to un-normalize data for export to Excel. The consequence is repetitious data.
    Ok, in that case, how would you bypass the 2gb limit? I can't seem to run the query to merge the data without hitting that.

  6. #21
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    There is no way to get around the 2GB limit and still retain all records in one dataset.

    I've never hit the limit.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #22
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    SQL Server Express?? It has a 10 GB limit. (And it is free)

  8. #23
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    Okay, maybe there is a way around. Not a simple way but a way. Maybe not need SQLServer Express. Maybe just build the query in another Access db that links to the Access tables.

    I did not realize a query could cause exceeding the 2GB limit. But maybe I misunderstand. If by merge you mean actually saving to another table then yes that could exceed. But a query should not.

    So back to question of why save to another table? Export query.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  9. #24
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Yes, it is just a split dB design. Link the Access FE to the SQL BE. When you link BE tables to FE, there is a "dbo_" prefix on all of the tables. I found code to rename the linked table names (remove the "dbo_"). I am converting a split Access FE/BE to Access FE/SQL BE. Once all of the forms/reports/code is working properly, I will start converting queries to SP. Should take a load off of the network since I won't be transferring the complete dataset to access for processing. Security is better & better multi-user capabilities.

  10. #25
    RogueIII is offline Novice
    Windows 10 Access 2013
    Join Date
    Jan 2016
    Posts
    9
    Quote Originally Posted by ssanfu View Post
    Yes, it is just a split dB design. Link the Access FE to the SQL BE. When you link BE tables to FE, there is a "dbo_" prefix on all of the tables. I found code to rename the linked table names (remove the "dbo_"). I am converting a split Access FE/BE to Access FE/SQL BE. Once all of the forms/reports/code is working properly, I will start converting queries to SP. Should take a load off of the network since I won't be transferring the complete dataset to access for processing. Security is better & better multi-user capabilities.
    I'm slightly confused. Are you linking it to the SQL? If not, would you be able to tell me what to do step by step? Thank you once again for the help!

  11. #26
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,959
    ssanfu suggested acquiring and installing SQLServer Express. I tried this once and gave up. Issues because I could not install on the network server.

    Before going to that effort, first try my suggestion in post 23.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 08-26-2015, 01:30 PM
  2. Replies: 4
    Last Post: 07-31-2014, 05:07 PM
  3. Memo fields in separate tables
    By mhart in forum Database Design
    Replies: 1
    Last Post: 12-02-2011, 05:51 PM
  4. run a report from 2 separate tables
    By Kajinga in forum Reports
    Replies: 2
    Last Post: 11-23-2011, 05:08 PM
  5. New user - separate a table into two tables
    By Henry_Reimer in forum Database Design
    Replies: 19
    Last Post: 10-08-2011, 10:19 PM

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