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.
 
Back
Top