Results 1 to 4 of 4
  1. #1
    Makem is offline Novice
    Windows XP Access 2002
    Join Date
    Nov 2009
    Posts
    2

    Auto Suggest

    Hi, I would like a simple 4 field database that will display matching data records as you type each letter into a search box.



    The list should be sorted on the search field & is only required to be viewed as once the list is down to a few matching records the required data would be read before another search started.

    Is this posible in Access?

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    the standard combobox or listbox - which are controls/fields in a form.....will auto-complete as one types into the field. Thus is the table source for the combobox is:
    Apple
    Auto

    When you type A - then Apple will appear....if you add U - then Auto will appear...

    beyond that I don't understand your requirement for the "required data would be read before another search is started"

    read by the user?

  3. #3
    Makem is offline Novice
    Windows XP Access 2002
    Join Date
    Nov 2009
    Posts
    2
    Sorry if first post is not clear, will try to explain.

    Typing a
    would list all starting with a in a list below search box. The list may contain too many a's to view so it may only show the first 10 for example.

    if items were Ape,Apple, Auto.

    It would look like

    a (in search box)

    Ape
    Apple
    Auto

    adding a p (ap)

    Ape
    Apple

    adding an e (ape)

    Ape

    If there were 10 items or less starting with Ape then all would be on view. I would not need to do anything with the data (don't require to use it on the computer) other than read it but then would need to do another 10-40 searches.

    An example is shown here http://www.asfusion.com/examples/ite...e-cfform-flash but this is for use on a web page but I require it to be usable on a computer not connected to the internet.

  4. #4
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    as you self describe yourself as a novice; the answer is qualified...
    a combobox is simple - it will auto jump to whatever text the user is typing in....but it shows everything - you can scroll up and down and see all entries...

    one can build a query driven approach that appends the wildcard * after every string of text entered - so it shows only those entries that begin with the text that has been entered......but it is not a novice friendly solution that can be explained in this type forum if it must be elegantly presented via a form to a non-technical user.....to experiment with it in query format...just build a small table, and make a query using the wildcard...

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

Similar Threads

  1. Auto-Populate Combo box
    By vincenoir in forum Forms
    Replies: 3
    Last Post: 10-14-2009, 07:06 AM
  2. Auto Number in Query
    By Alex Motilal in forum Programming
    Replies: 1
    Last Post: 09-21-2009, 07:17 AM
  3. Auto Numbering
    By rkruczk in forum Forms
    Replies: 0
    Last Post: 10-09-2006, 04:25 AM
  4. Need help with an auto number
    By Wrangler in forum Database Design
    Replies: 1
    Last Post: 02-10-2006, 03:21 PM
  5. Auto-Create a Table
    By Mxcsquared in forum Forms
    Replies: 3
    Last Post: 01-28-2006, 11:36 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