searching a web access page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 

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

Back
Top