Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 39
  1. #16
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614

    From your post #11
    i doint understand how your method can ID to the two fields in the sub form, "area" and "plant type". if i put "area" and "plant type" in the child field i get the from asking for value when i open it do do any thing with it.
    Is the form still asking you for a value when it is opened
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  2. #17
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    Quote Originally Posted by Bob Fitz View Post
    From your post #11

    Is the form still asking you for a value when it is opened
    if i have combo0 and combo2 as master

    and "area" and "plant type" as child, yes

    i get the same asking for data as if you put a ask for data in a query

  3. #18
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    if i have combo0 and combo2 as master
    and "area" and "plant type" as child, yes
    This is what's wrong.
    The property settings for Master Link and Child Link should both be the same as I said in post #8


    combo0;combo2 for master
    combo0;combo2 for child

    Please set both to "combo0;combo2" without the quotes and post back with result.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  4. #19
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    Quote Originally Posted by Bob Fitz View Post
    This is what's wrong.
    The property settings for Master Link and Child Link should both be the same as I said in post #8


    combo0;combo2 for master
    combo0;combo2 for child

    Please set both to "combo0;combo2" without the quotes and post back with result.
    done that before

    nothing happens, no filtering no nothing

  5. #20
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    Is the form still asking you for a value when it is opened
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  6. #21
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    Quote Originally Posted by Bob Fitz View Post
    Is the form still asking you for a value when it is opened
    no it only askes me for a value if i have " area" "plant type" in the child fields. it asks twice once for each.

    just changed back to combo0;combo2 in both master and child.
    i got a winge

    the object doesn't contain the automation object "combo0"

  7. #22
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    Can you remove any sensitive data and then attach you db to your next post so that I can take a look at it?
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  8. #23
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    sure, but i need a longer message and a smaller DB

  9. #24
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    sure, but i need a longer message and a smaller DB
    I don't understand what you mean by this.

    The file you attached seems to be the wrong db.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  10. #25
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    "sure, but i need a longer message and a smaller DB"

    can not post with a short message and DB no larger than 500K

    and your correct wrong DB

    Cheers

  11. #26
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    Thank you.
    I have had a quick look and it seams to work just as I thought it should. Perhaps we should recap exactly what you are trying to do.

    At the momment the form opens.
    You make a selection from "combo0" and a selection from "combo2".
    After the 2nd selection the subform is filled with data.

    Is this not what you wanted?
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  12. #27
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    yes

    now change one of the combos and see if the data updates, sorry not much there ( data to play with)

  13. #28
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    OK

    I select "doors" in combo0 and "fixed plant" in combo2.
    Subform shows one existing record.

    I change the selection to "sliders" in combo0.
    Subform changes and shows two existing records.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  14. #29
    clean32 is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    51
    now change fixed plant to hand tools, there should be no records showing

  15. #30
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    Ok

    No change in the subform. Now I see your problem.

    I think I know how to overcome it. I will have a play with it and post back shortly.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

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

Similar Threads

  1. Replies: 1
    Last Post: 01-04-2011, 05:04 AM
  2. Combo Box Filtering between Forms
    By andrew_ww in forum Access
    Replies: 3
    Last Post: 12-30-2009, 11:06 PM
  3. cascading combo boxes on Continuous Forms
    By Jerry8989 in forum Forms
    Replies: 0
    Last Post: 10-12-2009, 10:02 AM
  4. Replies: 4
    Last Post: 04-01-2009, 08:49 PM
  5. Working with Two Combo boxs
    By Della Smith in forum Database Design
    Replies: 2
    Last Post: 08-01-2008, 02:52 PM

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