Posts: 4
Score: 0
Joined: 4/25/2005
From: USA
Status: offline
Is there such a thing as client side ASP or ASP.NET
Does any one know of client-side scripting that could be used for the following ........
I have queries setup in my Access database to gather the information that I want, however I have the problem of users who are not using Access '03, so I created DataAccess pages. How can I use ASP to run these same queries and return the information in a new window, in a printable format?
=============== ****More Info****
The DB is unfortunately not on the server, the db is basically just deployed onto a shared network drive. (i am unfortunately not an administrator of anything).
Users are having problems because they are using access 97, and my database was created in access 03. (I created it as a 2000 DB, however that does not work either)
But my main problem is trying to let them query the information in the DB through a web format.
Any solutions, opinions or help?! aaahh Thanks
Let me know if this makes absolutely no since, I will try and revise if it does not.
Posts: 11
Score: 0
Joined: 5/11/2005
From: USA
Status: offline
1.)There is client side VBScipt but only for IE browsers other than that there is NO client side ASP or .NET
2.) Flash would be the only client side script that I think could do what your asking.
3.) You can use ASP to do what you need to, but i need more info to help you out
Questions:
Is there one access DB that everyone is trying to access?
Are the queries you have written in some kind of odd format that only work with access 2003? That to me is a silly question on its own cuz i don't think Micro$oft would change the access query engine but i could be wrong
Dear cmlehmer, Put every thing u want to put in the new window as a prntable format, (HTML Format) in an TextArea call it TextArea1 and in a form call it form1, then put this code OnClick for any button: