Results 1 to 3 of 3
  1. #1
    tarhim47 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2010
    Posts
    57

    Data entry

    Hi,

    I have a form which will be used to gather data from the users. One of the fields is "leads." This is supposed to be potential clients the partners/managers are trying to attract to our firm. So there is no way for me to create a table of leads. Aother field is "COI." These are people who introduced the partner/manager to the lead. Majority of the COIs are new and some will be old who constantly refer others to our practice. In either case, there are not enough old COIs for me to create a table of them.

    What I want to be able to do is have the form remember COIs entered on past records. For example, if the COI on record 1 is Murphy then if the same COI referred us to lead 10 (recorded in record 10), I want the user to start typing in the COIs name and have access generate a list of COIs who have similar names and allow the user to select from that list.

    I tried convering my COI field to a combox and turned on Auto Expand but it still doesnt remembe past entries or shows a list of them.

    Any ideas? Your help is greatly appreciated!



    Thanks.

    P.S. my dbase is attached.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2007
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,601
    Combobox RowSource must retrieve info from the table of past records. Something like: SELECT DISTINCT COI FROM table ORDER BY COI;

    I assume you are saving a Name instead of ID for the COI because you don't have a lookup table for COI's.

  3. #3
    tarhim47 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Nov 2010
    Posts
    57
    Hey June,

    Thanks so much for your help.

    I tried what you said and it doesn't seem to work, probably b/c I didnt enter it in correctly b/c im new to access. And your assumption is correct. I am recording the name of COIs in the "Lead Activity Report" form. You can open up my dbase in the initial post for clarification.

    Do I have to put COI in quotes ("") or brackets ([]) or anything like that? Basically what Im trying to accomplish is a list of past entries. Something like the search box in Windows XP. If you search for something once, Windows will remember it and if you try to search for the same item again it shows up as a list which you can then select, therefore not having to type the whole word/phrase again.

    Thanks for ur help!
    Last edited by tarhim47; 05-26-2011 at 12:29 PM. Reason: More info provided

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

Similar Threads

  1. lookup next ref on data entry
    By Jackie in forum Access
    Replies: 2
    Last Post: 03-26-2011, 03:40 PM
  2. Form for Data Entry
    By cherkey in forum Forms
    Replies: 4
    Last Post: 02-15-2011, 02:40 PM
  3. Sub Form Data Entry
    By OldBloke in forum Forms
    Replies: 1
    Last Post: 08-09-2010, 06:58 AM
  4. data entry
    By ngeng4 in forum Forms
    Replies: 22
    Last Post: 03-18-2010, 07:12 PM
  5. Data Entry And Data Recalling
    By GeeDee in forum Access
    Replies: 0
    Last Post: 05-01-2007, 05:20 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