B
Bob
--
I want label87 to test Text Box [tbBank] , so if there is no data in it
Label87 will be blank,
Where would I put this code.................Thanks Bob
Label87.Visible = Len([tbBank] & vbNullString)>0
I want label87 to test Text Box [tbBank] , so if there is no data in it
Label87 will be blank,
Where would I put this code.................Thanks Bob
Label87.Visible = Len([tbBank] & vbNullString)>0
