I can't see this specific problem described already, here or via Google, but I apologize in advance if I was just searching using the wrong terms.
Many of the Access databases I look after include some variation of
If Nz(txtApproval, "") <> "" Then
Where Nz is used to replace a Null value in...