Click to See Complete Forum and Search --> : Can I use SQL Tables in a Combined Menu?
kahlua17
11-19-2003, 04:07 PM
I am using 2 drop downs on my form, one of which is dependant on the other. Since the contents of the drop downs is quite large, I would like to use a SQL table to call up the information into the drop downs. Is this possible?
Thanks
Khalid Ali
11-19-2003, 06:59 PM
yes but you will have to send a request to your webserver to feed the new data
kahlua17
11-20-2003, 09:07 AM
yes but you will have to send a request to your webserver to feed the new data
What coding would I need to make this function?