richrock316
Programmer
Hello,
How do you set up a combo box (dropdown)on a Data Access Page so that it allows a user to be able to type in the data, as well as select from a list? Curretly i have it bound to a field in a table and it works fine for pulling up the data from that field. It just wont allow the user to type in something if it is not on the list. Do Data Access Pages not hae that capability? Any suggestions for a workaround? I have thought about adding a "Type in Entry" to the list, which would be tied to a onchange event that unhides a text box that allows the user to type in the data. They then would have to hit a "ok" button to put that data into the value of the combo box. But that seems very clunky. Hopefully somebody has a better suggestion.
Thanks
RICHARD
How do you set up a combo box (dropdown)on a Data Access Page so that it allows a user to be able to type in the data, as well as select from a list? Curretly i have it bound to a field in a table and it works fine for pulling up the data from that field. It just wont allow the user to type in something if it is not on the list. Do Data Access Pages not hae that capability? Any suggestions for a workaround? I have thought about adding a "Type in Entry" to the list, which would be tied to a onchange event that unhides a text box that allows the user to type in the data. They then would have to hit a "ok" button to put that data into the value of the combo box. But that seems very clunky. Hopefully somebody has a better suggestion.
Thanks
RICHARD