S
Sharon
I want to do a mailing. The first mailing contact for an
account is the CFO or Level 1. If the account does not
have a CFO, I want the letter to go to the PRESIDENT or
Level 2 and so on.
How would you write the following select statement in VB
code for a form? (please be specific in your coding for
this novice)
(SELECT MIN([Level]) FROM tblCombMailCont as X WHERE X.
[account]=[tblCombMailCont].[account])
account is the CFO or Level 1. If the account does not
have a CFO, I want the letter to go to the PRESIDENT or
Level 2 and so on.
How would you write the following select statement in VB
code for a form? (please be specific in your coding for
this novice)
(SELECT MIN([Level]) FROM tblCombMailCont as X WHERE X.
[account]=[tblCombMailCont].[account])