Results 1 to 2 of 2
  1. #1
    Bakar is offline Novice
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Posts
    4

    Question Macro Action

    Hi Everyone,
    I can't set a macro using Set Value action
    for a combo box
    Examole I have 2 combo boxes
    I have to select the Item in the 1st combo box
    then the 2nd combo box display thea list.

    Thanks

    Bakar

  2. #2
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    Have the 2nd combo populated by a query that uses the first combo as a criteria. Then set the AfterUpdate event of the first combo to Me.Combo2.Requery in the VBA window.

    Example:
    First combo holds a query...
    SELECT * FROM Table1

    Second combo holds query
    SELECT * FROM Table2 WHERE Field1 = Forms!formName!Combo1

    More info here:
    http://www.baldyweb.com/CascadingCombo.htm

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

Similar Threads

  1. PrintOut action
    By svcghost in forum Programming
    Replies: 11
    Last Post: 10-05-2010, 05:13 PM
  2. conditional macro action
    By frcastro in forum Programming
    Replies: 4
    Last Post: 06-27-2010, 10:59 PM
  3. The command or action Quit isn't available
    By Macallan60 in forum Access
    Replies: 0
    Last Post: 04-26-2010, 09:59 AM
  4. No action button
    By dlewicki in forum Forms
    Replies: 6
    Last Post: 12-02-2009, 12:58 PM
  5. OpenForm Action and Arguments
    By nkenney in forum Forms
    Replies: 9
    Last Post: 04-05-2009, 09:33 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