|
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. |
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. |