I am creating a letter in Access 2000, and in the contact part of the letter, I want to say to contact the officer [name] in charge of the account at their extension [extension]. But if the [COMPOFCR] field is null, then to contact the "main office".
If isnull [COMPOFCR], then "office at 555-5555" else
[first name][last name] at 555-5555 ext [extension]
If I need to create a field in the query, then that's fine.
Any help will be appreciated.
If isnull [COMPOFCR], then "office at 555-5555" else
[first name][last name] at 555-5555 ext [extension]
If I need to create a field in the query, then that's fine.
Any help will be appreciated.