C
CommanderTed
I have a form with a databse fed PullDownBox. It loads data just fine.
select and use it to load data onto another page. Work fine.
My question is... I want to add a TextBox to the form and use it as
SEARCH filter, where, after its first display (default of "A"), wil
help position the PullDownBox to a specific entry.
Example: The PullDownBox has a complete list of all Employee Name
(Last, First). I open the PullDown and scroll through all 5000 entries
I click one and bring up the employees page. What I would like to do i
add a TextBox to the form (Find Employee) where the User may enter
partial argument (Smith, or Tayl, etc.), press Enter, and have thi
entry automatically position the PullDownBox to the Nearest entry.
I have tried creating the TextBox, giving it a default value of "A"
then using it in the SQL entry as a "LIKE". But wasn't able to get tha
to work.
I prefer staying with the "clickable" Frontpage options (and variabl
fill-ins) rather than resorting to custom html entries. BUT, I will i
I have to.
Any help would be appreciated
select and use it to load data onto another page. Work fine.
My question is... I want to add a TextBox to the form and use it as
SEARCH filter, where, after its first display (default of "A"), wil
help position the PullDownBox to a specific entry.
Example: The PullDownBox has a complete list of all Employee Name
(Last, First). I open the PullDown and scroll through all 5000 entries
I click one and bring up the employees page. What I would like to do i
add a TextBox to the form (Find Employee) where the User may enter
partial argument (Smith, or Tayl, etc.), press Enter, and have thi
entry automatically position the PullDownBox to the Nearest entry.
I have tried creating the TextBox, giving it a default value of "A"
then using it in the SQL entry as a "LIKE". But wasn't able to get tha
to work.
I prefer staying with the "clickable" Frontpage options (and variabl
fill-ins) rather than resorting to custom html entries. BUT, I will i
I have to.
Any help would be appreciated