Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
in test box
i want to show the count first and word in next line , how to do this
currently my text box show 102 total records
now i want to display like
102
total records
how can i do this
=count(Sales) & Chr(10) &'total records'
using "chr(10)" will move the following line or calculation to next line
this also do the same
=count(Sales) & Chr(13) &'total records'
Note that style for fonts, backgrounds, etc... are applied to the whole text object, if you want diffferent format for the number (higher font size, bold font, different color...) you may have to create 2 text boxes.
try this