Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151
    almost that simple - the user does not pick the data to be loaded - the plainid on DB-a needs to pick the data to be loaded

  2. #17
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    so isn't the issue then, connecting to DB, then to either DB-B or DB-C, depending on what you need?

    I can't really help with that, because I've never connected to multiple back ends at one time.

  3. #18
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151

    the answer = event on the open of the sub-form

    I have an approach; I will post more on Monday.

    The sub-form will have an event (vb-code that is) with the open.

    code <>
    DIM rsPlan DAO.Recordset
    Set rsPlan
    db.execute qry_DB_A
    if rsPlan EOF
    db.execute qry_DB_B.
    code <>

    I am novice at VB coding so this will good.

    Russ

  4. #19
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    very nice.

    and you're a novice in vb, but you've got a website and a successful business? hmm. okie dokie!

  5. #20
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151

    resolved

    it worked out just cking for nulls and using the other field.

    the weird thing was it need a 3rd table in the mix with the common key

    i just could not pass it the parameter plan-id to the 2 select from tables.


    I do not do much of my own business from techexpressinc.com anymore.

    I work full-time at lfg.com as a business logistics consultant - see my profile at linkedin.com - russell neuman - fort wayne indiana

    Thx for all your help

    Russ

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

Similar Threads

  1. Handling multiple inputs on form fields
    By wake74 in forum Access
    Replies: 1
    Last Post: 09-14-2010, 11:06 AM
  2. Replies: 5
    Last Post: 04-01-2010, 03:48 PM
  3. Selecting foreign key values on data entry
    By hardya in forum Access
    Replies: 4
    Last Post: 02-11-2010, 11:56 AM
  4. Replies: 1
    Last Post: 11-30-2009, 05:11 PM
  5. Multiple inputs one result
    By ee12csvt in forum Queries
    Replies: 0
    Last Post: 09-11-2009, 03:19 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