I am desperate. I make use of BeforeUpdate Sub of the form to handle data changes on the record.
The problem is that BeforeUpdate does not fire when there is a change from/to NULL value in the text field.
But when I try to use BeforeUpdate for the particular TextBox, the BeforeUpdates fires each time, even if I handle with NULLs or "" values.
I think it is a BUG in Access 97, because it does not makes sence to me.
The problem is that BeforeUpdate does not fire when there is a change from/to NULL value in the text field.
But when I try to use BeforeUpdate for the particular TextBox, the BeforeUpdates fires each time, even if I handle with NULLs or "" values.
I think it is a BUG in Access 97, because it does not makes sence to me.