SELECT DISTINCTROW USYSCheckInformation.VID, USYSCheckInformation.[Chk #], USYSLetterInformation.Date, USYSCheckInformation.dateReq FROM USYSCheckInformation INNER JOIN USYSLetterInformation ON USYSCheckInformation.[Invoice Number] = USYSLetterInformation.[Letter Number] WHERE (((USYSCheckInformation.[Chk #])=" & checknum & "
);"
This says: Data type mismatch in criteria expression
what's wrong with this???? I can't realy figure it out!
Checknum is a string variable.... Cruz'n and Booz'n always.
This post shows what little I do at work.
This says: Data type mismatch in criteria expression
what's wrong with this???? I can't realy figure it out!
Checknum is a string variable.... Cruz'n and Booz'n always.
This post shows what little I do at work.