G
Guest
I have a form to submit a work order. There are three
fields (componentname, username, and workrequested). The
form writes to an Access database.
I would like the form submission to be validated based on
the criteria of the database, not through rules set up
via the web page. I understand this is more taxing on
the server. The reason for this request is that there is
no way I could write the validation rules for
componentname and username as they are very lengthy lists
that change frequently.
As it stands presently, one could (and do) enter
usernames and componentnames that are not valid. I then
need to "adjust" them.
My problem? I do not know how to set up the form to
validate based on the criteria of the database.
fields (componentname, username, and workrequested). The
form writes to an Access database.
I would like the form submission to be validated based on
the criteria of the database, not through rules set up
via the web page. I understand this is more taxing on
the server. The reason for this request is that there is
no way I could write the validation rules for
componentname and username as they are very lengthy lists
that change frequently.
As it stands presently, one could (and do) enter
usernames and componentnames that are not valid. I then
need to "adjust" them.
My problem? I do not know how to set up the form to
validate based on the criteria of the database.