L
lamborn
ok, so here is the deal.
I have a web based form with a variety of variable fields in it, Th
info for these fields is stored in an excel spread sheet.
What I need to do is make the fields on the form searchable for data o
the spreadsheet.
Simple enough... no, not for me.
So if html form fields are named: a_vari, b_vari, c_vari
and they relate to the spreadsheet columns a_exc, b_exc, c_exc
and the spreadsheet has 25 rows of searchable data
how would I go about making a search function so that you can searc
for any of the fields and return the data into the form in the correc
spaces.
The name of the html page is test.html
form name: pulldata
Make sense?
Thanks in advance
I have a web based form with a variety of variable fields in it, Th
info for these fields is stored in an excel spread sheet.
What I need to do is make the fields on the form searchable for data o
the spreadsheet.
Simple enough... no, not for me.
So if html form fields are named: a_vari, b_vari, c_vari
and they relate to the spreadsheet columns a_exc, b_exc, c_exc
and the spreadsheet has 25 rows of searchable data
how would I go about making a search function so that you can searc
for any of the fields and return the data into the form in the correc
spaces.
The name of the html page is test.html
form name: pulldata
Make sense?
Thanks in advance