I have a linked table that is in comma delimitted format, the problem I am having is that the date fields in the linked table have date fields that are empty which are shown as --/--/----.
To make the linked table work I have the properties of the date field set as text, but this causes a problem when querring the dates.
Is there a away of doing some sort of transformation on data on linked tables. ie convert --/--/---- to a default date, say 01/01/000 to allow the tables to be querried using dates?
To make the linked table work I have the properties of the date field set as text, but this causes a problem when querring the dates.
Is there a away of doing some sort of transformation on data on linked tables. ie convert --/--/---- to a default date, say 01/01/000 to allow the tables to be querried using dates?