Type Mismatch while openning Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I built a dialog box for users to choose a report from a group of them. I am
given “Type Mismatched†error message every time I try to open the report
using this dialog box. Anyone of you has any ideas what could be the problem?
Followed is the macro to open the report.

The Macro's condition: [Forms]![Dialog Form]![Choose Report]=1
[Forms]![Dialog Form]![Choose Report]=2,
ect...

Thx.
 
Sam, thank you for helping. I tried as you said, it didn't work... :-(

smk23 said:
CD, try:
[Forms]![Dialog form]![Choose Report]="1"
--
sam


C.D. said:
I built a dialog box for users to choose a report from a group of them. I am
given “Type Mismatched†error message every time I try to open the report
using this dialog box. Anyone of you has any ideas what could be the problem?
Followed is the macro to open the report.

The Macro's condition: [Forms]![Dialog Form]![Choose Report]=1
[Forms]![Dialog Form]![Choose Report]=2,
ect...

Thx.
 

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

Back
Top