I am trying to update from one table with a short text field that has dates, blanks and "N/A" values to a table with a date type field .
Using the following in the update query:
Update To: DateValue(IIf([Table1DateText]![DateText]="N/A",#12/31/2100#,[Table1DateText]![DateText])).
Works fine...