Click to See Complete Forum and Search --> : MS Access


iniquity
06-27-2003, 02:56 PM
Hello
Is it possible to use MS Access forms on a website. If so what script would i use.
Thanks

PeOfEo
06-27-2003, 08:25 PM
Ms access forms? Do you mean forms that can update a ms access data base? Well I do just that (I also use sql server) but I use asp.net. I think that would be the best thing for you to learn asp.net but asp can also do it.

iniquity
06-28-2003, 05:55 AM
I mean use a form that automaticaly updates a access database. I will have a look at asp.net. Thanks

PeOfEo
06-28-2003, 01:19 PM
You cannot have users directly access an access data base throught he net but you can have asp.net connect to a data base to enter update read and delete data.