B
Bob V
I want my label (Set to No Visible) to show on my form when I select a row
from my Combo Box ,if the date in the 5 Column is between 30 -60 days Old
the Name of the field in my Combo box is [MaxOfBillDate]
My Attempt:
Me.lblEmailAvailable.Visible = IIf(MaxOfBillDate 30 - 60
Days(Nz(Me.cbOwnerName.Column(4), 0)) _
And IsEmailOn, True, False)
Thanks if you can Help me.....................Bob
from my Combo Box ,if the date in the 5 Column is between 30 -60 days Old
the Name of the field in my Combo box is [MaxOfBillDate]
My Attempt:
Me.lblEmailAvailable.Visible = IIf(MaxOfBillDate 30 - 60
Days(Nz(Me.cbOwnerName.Column(4), 0)) _
And IsEmailOn, True, False)
Thanks if you can Help me.....................Bob