What you are trying to accomplish requires the use of active Server
pages (asp). If your URL points to an asp then your problem is very
simple.
You pick a record. This record will be written to a table that your asp
will read. I am guessing however, that you want other people to access
this webpage. If everyone who is going to see the asp has to click on a
url in your mdb, that would seem a little redundant. You might as well
have the filters in the asp. I mean select the criteria in the asp and
then click on the submit button. Then write the results to the webpage.
As for passing parameters from/through a url, I think you are thinking
of the form post method of an html form submit button that will pass a
name value pair to another html (or asp) page that your form is posting
to.
If I am incorrect in what I think you are thinking then you are using a
scripting technology I am not familiar with. I state this as a
disclaimer to my comments and also to keep up with new stuff (please
share if it is new stuff). Right now I am familiar with asp, aspx, hta,
html, jsp, and how to write an excel page to an html page as far as web
client stuff goes. But you just never know when they come up with
something newer and slicker. Maybe it is possible to pass parameters
from a url in Access.
Rich
*** Sent via Developersdex
http://www.developersdex.com ***