Results 1 to 3 of 3
  1. #1
    Robotower is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    4

    Conection beatwean two field


    Hi people.
    I have two tables, main and second.
    I want to put in main tables an yes/no field, and when you put yes to that field, i want that specific data show in second tables.
    How can i make this?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    add the field to the table , ex: Show2nd as type YES/NO.

    on the form where you show main data and a subform to show Second data.
    in the form in the ONCURRENT event put
    me.child.visible = me.Show2nd.value

  3. #3
    Robotower is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2016
    Posts
    4
    Hier is database, please help me. Main tables are probe stocks, and ther is field Measurment. If this field is checked, then in tables stiffnes testing need to show all chips which need to be measurment. Something like this, selec from probe stock chip, where measurment = yes.

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

Similar Threads

  1. Replies: 6
    Last Post: 06-26-2015, 08:55 PM
  2. Replies: 17
    Last Post: 03-16-2014, 10:52 PM
  3. Replies: 3
    Last Post: 12-27-2013, 02:33 PM
  4. Replies: 1
    Last Post: 03-03-2012, 10:17 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