Online data-manip w/ error checking?

Phoenix00017

New member
Local time
Today, 08:43
Joined
Jul 8, 2003
Messages
6
I'm trying to make an Access DB accessible (no pun intended...) online for people to make quick changes to. The database is very small - it really just allows people to check out equipment at a school. The problem is that the online page needs to have a lot of error-checking to make sure the faculty don't mess up anything on the table. I have a form created in the DB, but it doesn't appear that there's any way to export it (either as a DAP or as ASP) in such a way that all the VB code (i.e. the error checking) is maintained. Does anyone have any suggestions? Thanks!
 
By online I'm guessing you mean through a web browser and not an applicaiton. Just wirte up an asp file that looks similar to your form. Error checking is pretty much the same.
 

Users who are viewing this thread

Back
Top Bottom