If Then Else Statements in Access '97

T

Trey

Hi --

Where and how would I build an If-Then-Else statement in Access '97?

Thanks so much!
 
F

fredg

Hi --

Where and how would I build an If-Then-Else statement in Access '97?

Thanks so much!

If .. then ..Else is a VBA statement, so you would place it in a
Module or in a form or report code.

If you wanted something similar for use directly in an Access query or
in a form/report control source, you could use an IIf() function.

Look up IIF in VBA help, then click on the See Also link for more on
If .. then .. else.
 

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

Top