I am trying to set up a series of forms that will create a query to a msaccess database located on a cd. I want to have forms that post to another page on the cd. The posting goes well, but on the next page, none of my attempts to get the posted data work. I have used request.form and get a object required error. I have also tried putting the data into the url and using request.querystring and get the same error.
I know that using asp would be better and easier, but that is not an option since I need to have the entire application portable on the cd.
How do I use forms that are only client side and get the posted data on the next page?
Terry
I know that using asp would be better and easier, but that is not an option since I need to have the entire application portable on the cd.
How do I use forms that are only client side and get the posted data on the next page?
Terry