This topic is locked

Validation?

10/25/2003 5:46:03 PM
ASPRunnerPro General questions
R
roller author

I have created my web pages with ASPRunner based on a table in Access 2000. In the table I'm trying to work on each record has a number of fields. In Access I can enter data in one of these fields and move on to the next record (No validation rules). When I try to do the same thing with with the web page I get an error message until I enter some data in all the fields of the record. What am I doing wrong?

500063 10/28/2003

Check the table in the database. More than likily you have the fields marked as required. Change them to Not Required and the problem should be solved. I have seen in VB programming that in certain situation I have had to state to Allow Null.
Hopr this helps <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=670&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

R
roller author 10/28/2003

Thank you. You were right. One of the field options is Allow Zero Length. By setting this to Yes I was able to solve by problem. I notice that this is set to Yes by default in Access 2002.