T
Tcs
Version: 2k3 (Probably stupid question...)
I need to create a table with a date field, but EMPTY. Can I? If so, how?
What I've done before, manually, is to create my date in a text field, then convert the type. I'd
much rather do it on the fly, if possible. I've tried:
CDate(0)
which *does* work, to create a Date type field, but it still has a time in it.
CDate(Null)
does not work.
Thanks in advance,
Tom
I need to create a table with a date field, but EMPTY. Can I? If so, how?
What I've done before, manually, is to create my date in a text field, then convert the type. I'd
much rather do it on the fly, if possible. I've tried:
CDate(0)
which *does* work, to create a Date type field, but it still has a time in it.
CDate(Null)
does not work.
Thanks in advance,
Tom