Brilliant Steve , thank you very much for your Help

Regards Bob
If Len([tbCreditCard1] & vbNullString) > 0 Or Len([tbCashSale] &
vbNullString) < 1 Then
lbCreditCard.Visible = False
Else
lbCreditCard.Visible = True
End If
"SteveM" <(E-Mail Removed)> wrote in message
news:3B4C7C50-371C-4CBB-823D-(E-Mail Removed)...
> If Len([tbCreditCard1] & vbNullString) > 0 Or Len([tbCashSale1] &
> vbNullString) < 1 Then
> BoxC1.Visible = True
> Else
> BoxC1.Visible = False
> End If
> --
> Steve McGuire
> MCSD, MCAD, MCP
>
>
> "Bob V" wrote:
>
>>
>>
>> Is it possible to have these 2 expressions added together as I cant use
>> both
>> in my code separate for my report!
>> BoxC1.Visible = Len([tbCreditCard1] & vbNullString) > 0
>> BoxC1.Visible = Len([tbCashSale1] & vbNullString) < 1
>> Thanks for any Help.....Bob
>>
>>
>>