Results 1 to 4 of 4
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Combo box wizrd steps

    When checking a db written by another person, is it possible to see the VBA code or Macro steps when looking into a existing combo box written by someone else?



    The way I do it now is try several sequences of steps and then if my end result looks like the combo box in question, then that must be the steps that were used to get said combo box.

    I know of no other way. O

    f course, one must record each set of steps so when you get the box that you want you know the steps that were used to get it.

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    select the combo and view the properties, events tab.
    usu the afterupdate event is used. click the elipsis on that event to see the code.

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    If the combo box was actually created by VBA or a macro, no.

    Your best option is to learn what the properties and events in combo boxes are and what they do, then set the properties and code the events to achieve what you want. Looking at the properties of existing combos is not much help when you don't know what the properties do. Use the context-sensitive F1-Help to find more detailed information on the properties.

    As time goes on you will find that working with combos (or any other control) becomes easier as you get used to them.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Lou,
    There are several articles and youtube videos on a variety of subjects. Have you not investigated these?

    Here is one on combobox

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

Similar Threads

  1. I do not understand the steps
    By Lou_Reed in forum Access
    Replies: 4
    Last Post: 07-23-2015, 11:20 AM
  2. Code skips over certain steps
    By mejia.j88 in forum Programming
    Replies: 8
    Last Post: 03-03-2014, 01:55 PM
  3. help with next steps mysql
    By Hockeyguy1924 in forum SQL Server
    Replies: 1
    Last Post: 06-15-2012, 05:13 PM
  4. New to access, looking for steps to complete
    By iamyourdemize in forum Access
    Replies: 1
    Last Post: 05-21-2010, 02:19 PM
  5. Replies: 0
    Last Post: 10-14-2009, 02:49 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