Results 1 to 4 of 4
  1. #1
    jaypoppin is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2011
    Posts
    13

    Union Queries when Splitting Database

    Hi,

    I am trying to split a fairly complicated database (~10 tables, with ~10 enforced relationships, etcetera). A bit part of the design is a union query that mediates between three tables, into a fourth.

    I need to split the database so that I can distribute the front end around to other users. In order to split, I believe I have to delete the union query (because otherwise it "can't find the object" when I try to split).



    This seems like it would be fine, because I can just go back and remake the union query after the split right? But how exactly does that work? I do it in the back end and the front end? Please help.

    Thanks,

    Jay

  2. #2
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    You shouldn't have to delete it, as long as you name the linked tables the same as the original tables (which is normally what I would expect). The union query would normally be in the front end, not the back.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    jaypoppin is offline Novice
    Windows XP Access 2003
    Join Date
    Mar 2011
    Posts
    13
    The union query is called "project assignments," it links two tables called "projects" and "people."


    If I don't delete it beforehand, when I try to split the database, I get the following error:


    "The Microsoft Jet Database engine could not find the object 'project assignments'. Make sure the object exists and that you spell its name and the path name correctly."


    Is there a way to preserve the union query and split the database successfully, without running into this error?

  4. #4
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Are you getting the error from the splitting wizard? I've never used it, I just do it manually. It shouldn't be trying to do anything with a query though.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Splitting Database
    By injanib in forum Database Design
    Replies: 0
    Last Post: 02-25-2011, 11:08 AM
  2. splitting database
    By colotazzman in forum Database Design
    Replies: 2
    Last Post: 02-10-2011, 09:12 PM
  3. Splitting DB; Keeping the Forms, Queries, Reports in BE
    By evander in forum Database Design
    Replies: 2
    Last Post: 07-07-2010, 04:59 PM
  4. Database Splitting
    By Matthieu in forum Access
    Replies: 8
    Last Post: 02-08-2010, 03:37 PM
  5. Splitting a Database related questions
    By Matthieu in forum Forms
    Replies: 3
    Last Post: 11-17-2009, 10:49 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