G
Guest
Excuse the repost, but I still haven't found a solution for this.
I have inserted the following formula in my query
Monday:
IIf([Forms]![frmServiceReport]![cboReportType]=1,[Mon_Cpt],[Mon_Cpt]-[Mon])
I get a "MS Jet DB Engine does not recognize
[Forms]![frmServiceReport]![cboReportType] as a valid field name or
expression."
I used the formula wizard to build this. Any ideas on what is causing this?
Thanks,
Paul
p.s. The form is open. I am trying to read the bound column of a combo
box. I even tried switching to a text box and got the same error. There's
got to be somthing obvious I am overlooking, but darned if I can figure it
out.
I have inserted the following formula in my query
Monday:
IIf([Forms]![frmServiceReport]![cboReportType]=1,[Mon_Cpt],[Mon_Cpt]-[Mon])
I get a "MS Jet DB Engine does not recognize
[Forms]![frmServiceReport]![cboReportType] as a valid field name or
expression."
I used the formula wizard to build this. Any ideas on what is causing this?
Thanks,
Paul
p.s. The form is open. I am trying to read the bound column of a combo
box. I even tried switching to a text box and got the same error. There's
got to be somthing obvious I am overlooking, but darned if I can figure it
out.