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.