User Select Case for a Control in MS Access Form question sequence

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • csvba12
    New Member
    • Jun 2013
    • 1

    #1

    User Select Case for a Control in MS Access Form question sequence

    Hi, I'm trying to do a select case where the user can select a list of values for a field. This would be in a question sequence where the field value is currently null.

    Here's an example: The field is [vehicle].

    At the [vehicle] field, I want the user select from a list of values (Ford, Toyota, Nissan), where case 1 = Ford, case 2= Toyota, case 3 = Nissan.

    How do I do this? thanks.
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    See if the information in the following links cover what you're after. If not then you'll need to provide more detail.
    Form Filter and Cascasde
    From the Bytes > Sitemap > Microsoft Access / VBA Insights
    42.Cascaded Form Filtering
    156.Cascading Combo/List Boxes
    168.Example Filtering on a Form.

    Comment

    Working...