Need help with "Compile Error: Type Mismatch"

Anonymous
2024-10-08T15:46:13+00:00

I have a procedure to export some queries from Access to Excel. It worked yesterday afternoon, but today it's giving me an error. I'm pretty sure I didn't make any changes since the last time it worked, and the type mismatch isn't making sense to me. Here's the portion of code that's raising the error:

I have variable declaration earlier in the procedure:

Only the 3rd query def is causing an error even though it follows the same format as the previous 2. What's the problem here?

Microsoft 365 and Office | Access | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

11 answers

Sort by: Most helpful
  1. Anonymous
    2024-10-08T23:13:07+00:00

    Nevermind, y'all. I figured out the issue. Apparently I added an additional where condition to the SQL string and put it outside the close parenthesis of the function arguments 🤦‍♂️

    0 comments No comments