Here's my problem: On a form I need to check if there is a date in a field. It is in the long date, with time, format. When I use the IsDate function, it always returns that there is a null even though there is a date. So I thought I would convert that date into a string, then check if anything is in the string, maybe with the Len function.
If you have a simple form, bound to a table and there is a date fld from the table, on the form, and you simply want to check and make sure the user places a value in it, the couldn't you just use if isnull ?