Okay, I created an update event for the txtBody control. In the form_current Sub txtBody is Null.
After, I put picture in it, it is clearly no longer null; it has a value. I have a txtBody_Updated(Code As Integer) Sub
which I run using the same code as before. However, in the new SUB it still calls txtBody = Null, when I know it is not.
It goes through the same code as in the Form_Current SUB, but the outcome should be different. It is not, and that is because
the db still evaluates txtBody = Null.
This is as I said when something is placed in it. In my case a picture. A *.png picture.
So how to get txt.Body to move from Null to anything else, but null.
Any help appreciated. Thanks in advance.
Respectfully,
Lou Reed