If statements in Reports

  • Thread starter Thread starter Donna
  • Start date Start date
D

Donna

Is there anyway I can do an If..Else statement in an
Access 97 report? Thanks.
 
Donna said:
Is there anyway I can do an If..Else statement in an
Access 97 report?

Lots of ways, but If ... Else are VBA statements so you
would have to use code. Where you place the code ddepends
on what you want to do and what condition you're testing
for.

If you're trying to make a text box display differently
according to the value of one or more fields, then maybe you
could get away with using the IIf function.

Be sure to check Help for details on these capabilities and,
if you need additional assistance, post back with a specific
question.
 

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