Search form on a webpage

  • Thread starter Thread starter George
  • Start date Start date
G

George

Dear friends, need your valuable comments again,

I have a database (access 2003) with 3 tables, i.e tblDistricts, tblTypes
and tblProducts

tblProducts fields are: DistrictID (related to tblDistrics), TypeID (related
to tblTypes) and several other fields.

I have created a form with 2 textboxes (one to select District and the
second to select Type). Then, using a command button I open a Form showing
the selected records.

I need to publish this process in a webpage, so a user can select District
and Type and show him/her the results (from the database, which as I beleive
must be uploaded to the web server).

How can I accomplish this task? Using pages? using front page?

Any ideas will be highly appreciated.

Thanking you in advance,

GeorgeCY
 
You're gonna have to do this using a web application development technology
e.g. ASP.Net or PHP.
 
Back
Top