Type mismatch in expression

V

Van T. Dinh

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.
 
A

Andy Williams

Dim str As String
Dim num As Integer

Debug.Print str + num

That should do it.... :)
 
J

John Vinson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top