i have several contastand fields "descriptions" on a from
"COLOR"
"EXPANSION"
" ADDITITIVE"
etc etc
each constant above should only display if a corresponding field is not empty for example
if(exp) >0 display "EXPANSION"
if(color) >0 display "COLOR"
etc etc
i do not know the format for the above expression in the "build event" for the text label filed or a static text field". I can do the if part which is "=exp >0 ???????
i am not a VB programmer, but an old "c" coder
thanks
"COLOR"
"EXPANSION"
" ADDITITIVE"
etc etc
each constant above should only display if a corresponding field is not empty for example
if(exp) >0 display "EXPANSION"
if(color) >0 display "COLOR"
etc etc
i do not know the format for the above expression in the "build event" for the text label filed or a static text field". I can do the if part which is "=exp >0 ???????
i am not a VB programmer, but an old "c" coder
thanks