Results 1 to 3 of 3
  1. #1
    steveo0707 is offline Novice
    Windows 11 Office 365
    Join Date
    Oct 2023
    Posts
    16

    Drop-Down List and Checkbox

    Hello,



    I have a form in Access that we input information about a nonconforming part. This form is set up to automatically transfer the data to a printable form. The person who set this up did not set it up to where the checkbox on the printable form automatically gets checked.
    In the input form, there is a dropdown for NCMR Type. The two options are "SSP Production" and "Vendor Reject". I need this information to automatically check a checkbox on the printable form. I am new to how Access communicates between forms and tables.

    The Input Form and Printable Form Record Source: "NCMR Main Table"

    The Drop-down list on Input Form for NCMR Type: Control Source: "N NCMR Type", Row Source: "SELECT DISTINCTROW [NCMR Type Table].[ID], [NCMR Type Table].[NCMR Type] FROM [NCMR Type Table];", Row Source Type: "Table/Query"


    Any help would be much appreciated.
    Attached Thumbnails Attached Thumbnails Input Form.jpg   Printable Form.jpg  

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,940
    Use an Iif() function expression for each and test for correct value would be one way. Or put same test in query source for report.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    steveo0707 is offline Novice
    Windows 11 Office 365
    Join Date
    Oct 2023
    Posts
    16
    Hello Welshgasman,

    That worked perfectly! Thank you!

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

Similar Threads

  1. Where are the Wizards when I drop a checkbox?
    By markcrobinson in forum Forms
    Replies: 9
    Last Post: 07-28-2017, 09:36 AM
  2. Drop down list
    By andy21 in forum Forms
    Replies: 3
    Last Post: 02-15-2014, 05:23 AM
  3. Drop Down List
    By haazzaa in forum Forms
    Replies: 3
    Last Post: 03-19-2012, 05:17 PM
  4. Replies: 4
    Last Post: 06-16-2011, 09:30 PM
  5. drop down list
    By tceicher in forum Access
    Replies: 5
    Last Post: 08-13-2009, 05:41 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