Skip to main content
Inspiring
March 3, 2010
Question

cfinput text field with autosuggest NOT working

  • March 3, 2010
  • 1 reply
  • 1024 views

I have a 2007 ms access database with two tables: tLocation01 and tLocation02. tLocation01 has 1134 records and tLocation02 has 1194 records. The tables have the same exact structure: LNAME, FNAME, and FULLNAME.

Now I have a CF form with two fields:

Location 1 Name: text field with autosuggest turned on

Location 2 Name: text field with autosuggest turned on

A data entry person will enter the full name of the person from either Location 1 or Location 2. With autosuggest on, the data entry person only enters a few character before the full name is displayed. The code for autosuggest field is exactly the same except for the recordset name: rsLocation01 and rsLocation02.

autosuggest="#ValueList(rsLocation01.FULLNAME#" for field 1

autosuggest="#ValueList(rsLocation02.FULLNAME#" for field 2

Field 1 works and Field 2 doesn't.

Anyone have an idea what is going on? Is there a autosuggest limit?

TIA

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    March 26, 2010

    I suspect you mistakenly gave the fields the same name.