Results 1 to 11 of 11
  1. #1
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727

    Numeric overflow


    Hi all, using access 2003. I put my database on a shared drive. Split database and using front end. I have an import form to import excel spreadsheets into my database periodically. Worked fine when it was on my c: drive. Now that its on the shared drive; I get an error: Numeric Overflow!. This is an important function in my database. Please help me resolve this issue! Thanks

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    If you're using 2003, why does your profile say 2007?

    Do you get this error on the ImportErrors table?

  3. #3
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727
    I created the database for users that only have access to 2003. I don't have an importerrors table.?? I just ran the same form in a copy that is not split and it ran fine. Why does this make a difference??

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    Many people use the Import Wizard to import data. It creates a Table (ImportErrors) and identifies the row, column,error etc.

    Do you have some error handling logic in the code? Perhaps you can adjust the code topick out which record(s) is failing.

    My guess is that a field is defined differently, eg Integer with a large value giving Overflow.

    Can you verify that the table columns are defined exactly the same on both databases?

  5. #5
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727
    i will double check. I do have error handling in my code. I have 4 numeric fields set to currency. Should I change them to long instead of currency?

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    I have acc2003, can you provide a sample mdb? And the file to be imported.
    Remove anything confidential.

  7. #7
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727
    If you want but it only happens on the shared drive. I can run it on my c: drive all day long without errors. I just put a copy of the whole database on the sharedrive; not splite or mde and it ran fine! It doesn't like the be and fe being split???

  8. #8
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    I think you have rediscovered an old error. I did some research , you can see for yourself.
    http://tinyurl.com/6885rfa

  9. #9
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727
    I'd say you're correct again Now; do I make the temp table I'm using to import my excel files local and then hope that it won't error when I append from my local to the permenate linked table?
    Thanks

  10. #10
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    I can't answer that with certainty. The posters in the link did not report back that I could see. That's the approach I'd try.

  11. #11
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727
    Ok. I will try this and report back tomorrow. Thanks so much!

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

Similar Threads

  1. OverFlow Error.
    By Coffee in forum Import/Export Data
    Replies: 5
    Last Post: 08-17-2011, 05:44 PM
  2. Overflow from Criteria
    By thesmug1 in forum Queries
    Replies: 4
    Last Post: 08-05-2011, 08:26 AM
  3. Overflow message.
    By Robeen in forum Reports
    Replies: 7
    Last Post: 06-06-2011, 04:05 PM
  4. Overflow Message...?
    By batowl in forum Reports
    Replies: 3
    Last Post: 01-13-2011, 02:58 PM
  5. Run time error '6': Overflow
    By wasim_sono in forum Access
    Replies: 0
    Last Post: 06-22-2007, 06:44 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