B
Brad
We have an Access 2007 table that has a field in which NULLS are not allowed.
In the table definition, we have set up a Validation Rule “Is Not Nullâ€.
This works nicely.
The catch is that in some situations, we want to store a space in this field.
We are using a FORM that is based on a Query that is in turned based on the
Table with the validation rule.
We have tried to change the field from NULL to spaces in the BeforeUpdate
event for
this field on the form. We can detect when the field is NULL, but Access
will not
let us plug in a space at this point in time.
What is the best way to do this?
Thanks!
Brad
In the table definition, we have set up a Validation Rule “Is Not Nullâ€.
This works nicely.
The catch is that in some situations, we want to store a space in this field.
We are using a FORM that is based on a Query that is in turned based on the
Table with the validation rule.
We have tried to change the field from NULL to spaces in the BeforeUpdate
event for
this field on the form. We can detect when the field is NULL, but Access
will not
let us plug in a space at this point in time.
What is the best way to do this?
Thanks!
Brad