I have the following expressions in an Append Querry that worked under Access 97, but now I get a Type Mismatch Error in Access 2003. I belive my problem is one of these.
Field: Expr1: Left(ClImport!LastName,3) & Left(ClImport!FirstName,3) & Now()
Table:
Sort:
Append To: ClientInsuredID
Criteria:
Or:
Field: Expr2: "1UPPEL1"
Table:
Sort:
Append To: ClientNum
Criteria:
Or:
Thank you in advance!
Field: Expr1: Left(ClImport!LastName,3) & Left(ClImport!FirstName,3) & Now()
Table:
Sort:
Append To: ClientInsuredID
Criteria:
Or:
Field: Expr2: "1UPPEL1"
Table:
Sort:
Append To: ClientNum
Criteria:
Or:
Thank you in advance!