Hi, I have a DB that links to a txt file export from an Oracle database (that I have no access to) I need the table to be linked because the amount of times i would need to import to keep the data up to date would be too many. There is a date field that I need to use which either contains a date or is null. The problem is that when linked the fields that are empty come through as #Num! Errors. Is there any way I can get round the problem and make the field Null?
I tried
Expr1: IIf(IsError([Authorised Package]),Null,[Authorised Package])
but that still returns #Num! instead of null.
Thanks, Tom.
I tried
Expr1: IIf(IsError([Authorised Package]),Null,[Authorised Package])
but that still returns #Num! instead of null.
Thanks, Tom.