HI , I want to know how to build an internet database using Access or something and running a VbScript form.
I've been trying to do this since january.
Printable View
HI , I want to know how to build an internet database using Access or something and running a VbScript form.
I've been trying to do this since january.
Why dont you use ASP? Seems like the best choice for web development with access...
What is a VBscript form? Are you referring to Visual Basic forms?
It's possible to connect to a remote database.
So: vb6 or asp?
VBScript is kinda vegue.. so is the word "form". Do you want to do this via a web page, or application?
For a web page.. use ASP.
For an Application use Visual Basic for Applications (VBA)
Or
use plain old Visual Basic.
You can connect to access in a variety of ways. Though to connect to an Access database via the Internet... most definetly use ASP.