Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Select WrenID from combobox and open form with:



    DoCmd.OpenForm "NETDataForm", , , "WrenID=" & Me.cbxWren

    A bound form with bound controls should automatically show the appropriate record.

    The rest of the code makes no sense to me.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  2. #17
    NickWren is offline Advanced Beginner
    Windows XP Access 2013
    Join Date
    Dec 2015
    Location
    Connecticut
    Posts
    70
    Or is it better if I do it when entering, so when inputting a new sample I want to have the "WrenID", "SampleName", "Facility", and "TestType" not only be put on the bound table, but also written to the correct results table with those 4 fields filled in already. so then all it has to do in the sample status page is look for the samplename and wrenid that associates with it.

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    During data entry is best. But why duplicate the SampleName, Facility, TestType into dependent table?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 09-25-2015, 09:05 AM
  2. Replies: 18
    Last Post: 10-25-2012, 10:57 PM
  3. Replies: 3
    Last Post: 02-07-2012, 06:33 AM
  4. Name Association
    By swagger18 in forum Programming
    Replies: 5
    Last Post: 11-23-2011, 01:06 PM
  5. Replies: 4
    Last Post: 02-08-2011, 08:43 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