Results 1 to 5 of 5
  1. #1
    worldwidewall is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2012
    Posts
    23

    Make Table Quesry Help

    I am using Access 2003.

    I have created a Makle Table Query which gives me the invalid argument error because it makes the database balloon to over 2gb. I have two questions:



    1. Is it possible to get the make table query to save data in one database until it reaches say 1.9 gb and then begin saving the rest of the data in another database?

    2. Is there a wey to pause or stop a make table query to see the results and then let it run again?

    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,972
    1. Only thing I could suggest is that you filter the records so only some are used in the make table. Maybe a date cutoff.

    2. no

    Why do you need make table anyway?
    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. #3
    worldwidewall is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2012
    Posts
    23
    Hi June

    I will try to restrict the data as you suggest.

    The make table query is one of many that I am trying to use to get specific results. I have tried to break it into make table queries so I can see what is happening at each step. I made a single large query to do what I want and it ran for days without giving any results. I need to be able to reference the results later without having to run the queries again.

    Thanks for your time.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,972
    I am still not sure make table necessary. Are you testing a VBA procedure that builds recordsets? If you test the SQL in Access saved queries those can be viewed just like a table so you can verify the SQL is producing what you want then incorporate in code.
    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. #5
    worldwidewall is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2012
    Posts
    23
    I agree the make tables are not necessary but I find it easier to keep things organized at least at this point.

    I am not using vba just a bunch of queries which I have built in design view in access.

    I have reduced my table data significantly and I still go over 2gb.... I will try it again and reduce further.

    Thanks for your help.

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

Similar Threads

  1. Make vba reference a table
    By tharless in forum Programming
    Replies: 4
    Last Post: 10-13-2010, 04:35 PM
  2. make a chart from the table
    By barkarlo in forum Access
    Replies: 0
    Last Post: 07-29-2010, 02:22 PM
  3. Make table query
    By Zahed in forum Queries
    Replies: 1
    Last Post: 11-06-2009, 05:44 AM
  4. Replies: 2
    Last Post: 10-27-2009, 07:09 AM
  5. Make a table query
    By Fiona in forum Access
    Replies: 4
    Last Post: 06-25-2009, 11:24 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