Results 1 to 2 of 2
  1. #1
    Join Date
    May 2013
    Posts
    19

    Find as you type: Limit List

    Hi I have been implementing Allen Browne's find as you type module, I have provided the link below. I am using the on load VBA [on Event] statement " Call FindAsUTypeLoad(Me)" instead of the property "=FindAsUTypeLoad([Form])" He provides a method to suppress fields in the combo box as follows " =FindAsUTypeLoad([Form], "Combo1", "Text99")". I was wondering if there was any way to apply the same suppress methodology to my VBA on load code that would effectively do the same thing and limit the results in my combo box.



    Any suggestions would be greatly appreciated

    Thanks
    Michael

    http://allenbrowne.com/appfindasutype.html

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I haven't tried the code, but it looks like "Call FindAsUTypeLoad(Me, "Combo1", "Text99")"

    should function the same as "=FindAsUTypeLoad([Form], "Combo1", "Text99")"

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

Similar Threads

  1. Find as you type textbox to combobox
    By michael.legge@rbc.com in forum Access
    Replies: 3
    Last Post: 07-09-2013, 09:59 AM
  2. Memo type limit
    By G.King in forum Access
    Replies: 4
    Last Post: 06-22-2011, 01:51 PM
  3. Replies: 5
    Last Post: 10-18-2010, 04:56 AM
  4. Find as you type
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 08-31-2010, 04:51 AM
  5. Limit to List difficulty
    By cjtemple in forum Forms
    Replies: 1
    Last Post: 07-02-2010, 10:50 AM

Tags for this Thread

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