G
Guest
Hi there, I have the following series of if statements. I want to find a
more efficient way to run this. If a select case is the way to go, how do i
set it up. I have to continue this series of if's for each month of the year:
=IIf(Forms!frmBilling!txtBillingMonth="January",[JanBWCount]) &
IIf(Forms!frmBilling!txtBillingMonth="February",[FebBWCount]) & iif(etc for
March through December....
Many thanks in advance,
more efficient way to run this. If a select case is the way to go, how do i
set it up. I have to continue this series of if's for each month of the year:
=IIf(Forms!frmBilling!txtBillingMonth="January",[JanBWCount]) &
IIf(Forms!frmBilling!txtBillingMonth="February",[FebBWCount]) & iif(etc for
March through December....
Many thanks in advance,