I'm Importing, exporting data to a text file using the Write/Input method.
when the app. writes 2 a textfile, if the value in the date field is Null, it putz #NULL# in place of the field. When reading frm the same textfile, it givz an error as the variable tt Im using to recieve the value is of date type. How do I go around this problem?
and, how exactly can I pass NULL 2 a Date type variable ?
dim dtest as Date
dtest= NULL
givz error
