Control problem

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

I have a form with 4 controls. Three of the controls are
for entering numeric values and the fourth is for text.
I have a Macro that is looking for a not null value. I am
using the "Is Not Null" statement. It works great on the
numeric controls but on the text control it always comes
up True, even if the text control is empty. Any ideas?

Thanks Charlie
 
Back
Top