Results 1 to 8 of 8
  1. #1
    sirlosi is offline Novice
    Windows XP Access 2002
    Join Date
    Mar 2011
    Posts
    6

    Combining ODBC linked tables

    I have 6 ODBC linked tables to my accounting software that I would like to combine. Table names are JCT_2006CUR_Transactions, JCT_2007CUR_Transactions,.....JCT_2011CUR_Transact ions. Any help on how to combine the information in these tables one new table would be appreciated. All fields in the tables have the same format and headings.

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    A UNION Query should be able to put them together for you. It will not be updateable if that make a difference.

  3. #3
    sirlosi is offline Novice
    Windows XP Access 2002
    Join Date
    Mar 2011
    Posts
    6
    I created the union query but i get an error stating "[Simba][SimbaEngine ODBC Driver]Non unique column reference: Job. (#0)[Simba][SimbaEngine ODBC Driver]Error in expression: % sAmount. Any help is much appreciated.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Did you start by just putting just 2 of the queries together? Each query *must* have an equal number of fields and each corresponding field must be in the same relative position in the query and be of the same data type.

  5. #5
    sirlosi is offline Novice
    Windows XP Access 2002
    Join Date
    Mar 2011
    Posts
    6
    I have started only using 2. They are not queries though they are linked tables to my accounting software and they are in the exact same format.

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Can you create a SELECT * query for one of the tables?

  7. #7
    sirlosi is offline Novice
    Windows XP Access 2002
    Join Date
    Mar 2011
    Posts
    6
    Yes, i ran a select * query on just one table and it worked. I ran an internet search on the simba error and I seen where people running microsoft nav were having the same error which was corrected by changing their nav odbc properties to look at the field name instead of the caption, but i cant seem to find where i can change the properties on my timberline date odbc properties.

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Any assistance from the Simba software supplier available? It sounds like something specific to that software. Are you using the latest ODBC driver for this software?

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

Similar Threads

  1. ODBC Linked tables Error
    By tpcervelo in forum Access
    Replies: 0
    Last Post: 02-10-2011, 01:40 PM
  2. How to rename a linked table which link to ODBC
    By Connie1122 in forum Database Design
    Replies: 6
    Last Post: 08-02-2010, 02:43 PM
  3. ODBC error with Linked Table Manager
    By Andersd in forum Import/Export Data
    Replies: 1
    Last Post: 10-29-2009, 12:08 PM
  4. Linked tables and ODBC connection strings
    By cwcadm in forum Import/Export Data
    Replies: 7
    Last Post: 05-26-2009, 07:30 PM
  5. ODBC Linked Tables Become Unupdateable
    By dollardeveloper in forum Access
    Replies: 0
    Last Post: 04-08-2009, 07:13 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