Run time error

  • Thread starter Thread starter Mike Flowers
  • Start date Start date
M

Mike Flowers

Hello,
I added a text box to a report and referenced it to a
field in the database. When I try to name the field in
the procedure like this:

If [field] = "Yes" Then ...

I get the following error when I try to run the report:

Run-time error '2465';
Microsoft Access can't find the field '|' referred to in
your expression.

Any help would be appreciated
Mike
 
Thanks John, that worked fine. I actually spent about an
hour reading an Access book but couldn't find what I
needed anywhere. Can you recommend a good source for
reading up on procedure code?

Mike
-----Original Message-----
If Me!TextBox = "Yes". . . .


Hello,
I added a text box to a report and referenced it to a
field in the database. When I try to name the field in
the procedure like this:

If [field] = "Yes" Then ...

I get the following error when I try to run the report:

Run-time error '2465';
Microsoft Access can't find the field '|' referred to in
your expression.

Any help would be appreciated
Mike


.
 
Back
Top