P
Paul Johnson
I recently added a field to an existing table, and shortly began receiving
"Field '(fieldName)' cannot be a zero-length string" error messages for
various fields in the table when appending the table in DAO. I went back to
look at the table design, and discovered that *all* the text fields in the
table had been changed to disallow zero-length strings, though they had
previously allowed them.
As far as I can tell, this change coincided with the addition of the one new
field to the table. Why did this affect all the other text fields? Is it a
bug, or is there a default option that was globally applied to the table
without my knowing it?
I am running AC2000 on Win2000. I wouldn't think this would make any
difference, but the table design was imported into the database from an
Access97 database, so it was originally designed in dbVersion30.
Thanks in advance for any insight.
Paul
"Field '(fieldName)' cannot be a zero-length string" error messages for
various fields in the table when appending the table in DAO. I went back to
look at the table design, and discovered that *all* the text fields in the
table had been changed to disallow zero-length strings, though they had
previously allowed them.
As far as I can tell, this change coincided with the addition of the one new
field to the table. Why did this affect all the other text fields? Is it a
bug, or is there a default option that was globally applied to the table
without my knowing it?
I am running AC2000 on Win2000. I wouldn't think this would make any
difference, but the table design was imported into the database from an
Access97 database, so it was originally designed in dbVersion30.
Thanks in advance for any insight.
Paul