I think this seems like a dumb question, but..
how do I validate whether a user has keyed into a field in an unbound form?
If(isnull(me.fieldname.value) then...
doesn't work. Even if something is typed in the field on the form, it returns a null because there's no controlsource.
Any ideas?
Thanks
how do I validate whether a user has keyed into a field in an unbound form?
If(isnull(me.fieldname.value) then...
doesn't work. Even if something is typed in the field on the form, it returns a null because there's no controlsource.
Any ideas?
Thanks