Updating an MSAccess97 DB from a FP98 web Using MS Personal Web Server
Updating an MSAccess97 DB from a FP98 web Using MS Personal Web Server
(OP)
I've had great success in allowing users on our companies intranet query my small MSAccess97 database, and get back useful information.
However, I also want to give users the ability to alter existing records in this database. Preferably by entering a query, having the data return to a form, then allowing them to change the data on the form and return the changed record to the MSAccess97 database.
What I'm looking for is a resource, book or web site, that can walk me through setting up such a thing, without using the MSAccess97 wizards, as they don't seem to be doing the job, or something to tell me how to fix what the wizard creates so that it actually works.
However, I also want to give users the ability to alter existing records in this database. Preferably by entering a query, having the data return to a form, then allowing them to change the data on the form and return the changed record to the MSAccess97 database.
What I'm looking for is a resource, book or web site, that can walk me through setting up such a thing, without using the MSAccess97 wizards, as they don't seem to be doing the job, or something to tell me how to fix what the wizard creates so that it actually works.
RE: Updating an MSAccess97 DB from a FP98 web Using MS Personal Web Server
Still need some error handlers and other stuff but that will get ya there...
also , try lookin at msdn.microsoft.com/workshop/languages/fp/dev/mfp98c4.asp
or
www.asp101.com
for a better explaination
RE: Updating an MSAccess97 DB from a FP98 web Using MS Personal Web Server