searching a web access page

A

anybody

I have set up a web access page based off of one a table within my database.
Within my database I have forms and reports that allow me to search and view
specific individuals records as I desire. However, I am not sure how to
implement such a search within a web access page. Any suggestions are
appreciated.
 
L

Larry Linson

I have set up a web access page based
off of one a table within my database.
Within my database I have forms and
reports that allow me to search and view
specific individuals records as I desire.
However, I am not sure how to implement
such a search within a web access page.
Any suggestions are appreciated.

As you appear to have already set up your web access page, please tell us
how, so we don't waste time on other techniques unless we really feel your
direction won't work.

You see, there are many ways to create web pages that access databases:

Access' own Data Access Pages (DAP) -- useful mostly just on intranets
Microsoft Front Page using the Database Interaction Wizard
Third party products such as Macromedia Cold Fusion or DreamWeaver
Microsoft's ActiveX Server Pages, or the newer ASP.NET, if your server
runs Windows
Third-party programming languages such as C, C++, PHP, Perl, and the like

I've listed them in approximate order of difficulty and flexibility. If you
want flexibilty, you are going to pay for it in developement complexity.

Larry Linson
Microsoft Access MVP
 
Top