Type mismatch in expression

  • Thread starter Thread starter Beba
  • Start date Start date
It pretty hard to guess what's wrong considering you offered no details.

You need to describe what you are doing, the snippet of code involved, which
line of code that Access highlighted as erroneous, error number if possible
before anyone can guess what went wrong.
 
Dim str As String
Dim num As Integer

Debug.Print str + num

That should do it.... :)
 
How do I do this

By correcting the error in your expression.

If you would like help doing so, please post the expression which is
generating the error message. Remember, YOU can see your database. We
cannot.
 
Back
Top