I have followed the tutorials here, and have an html Form page where data can be entered, and an asp page to load the data into my database. Want I NEED though, is the ability to send out urls to users that will take them to the html form that is already displaying a specific record that is incomplete.
What I'm thinking is that there will be arguments in the address that are used in a query, which then populates the form with the appropriate record-- and allows the user to fill in the missing data to be inserted into the DB.
What I need to know is how to use the url to set the requirements for a query that then populates the form.
I'm using Access 2000 as the back end database... incase that's important.
THANKS!!!!