thank you for your help. the bldg number was not a string, so we ended up with this -
IF isnull({WKWOWHYD.WHY_AD_BDG}) then {WKWOWHYD.WHY_AD_STR}
else (Replace(Replace(CStr({WKWOWHYD.WHY_AD_BDG}),',',''),'.00','') & " " & {WKWOWHYD.WHY_AD_STR});
i didn't know about the replace...
i am trying to do two things -
first, i want to format an address bldg number to have no decimals, no comma separator,
then, i want a formula that will return only the street name if the bldg number field is empty, otherwise return the concatenated address.
this formula -
Local StringVar...
I am having trouble figuring out why my subreport, a memo field, doesn't stay within the borders of the object box in the design view of my report when I view it in my program. The text chops off, rather than wrapping. Actually, part of the memo gets lost and part does wrap.The report looks just...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.