Tim L
Registered User.
- Local time
- Today, 06:40
- Joined
- Sep 6, 2002
- Messages
- 414
I'm trying to copy data from a number of fields on a form to pass to another form. I store the data in suitable variables when the part of the form is clicked and then pass them to the second form. This all works fine unless one of the fields is blank, at which point I'm warned about "invalid use of Null".
I've tried testing for null with IS NULL and IS NOT NULL but get "improper" errors.
How can I check for fields with NULL values if these don't work??
What other method could I use to 'take' the values, so that I can either manipulate them or pass them to another form?
Tim
I've tried testing for null with IS NULL and IS NOT NULL but get "improper" errors.
How can I check for fields with NULL values if these don't work??
What other method could I use to 'take' the values, so that I can either manipulate them or pass them to another form?
Tim