Search form on a webpage

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
 
B

bcap

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top