Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I'd like to have the title of a table with a text and an expression like that :
"Number of records :" + Count([field])
How can I do that?
Thanks
Go like this way
='Number of records :' &Count([field])
Hope this helps
Go like this way
='Number of records :' &Count([field])
Hope this helps
='Number of records : ' & num(count(field), '#,##0')
I Thank everyone for the reply.
LT
If you got correct answer from thread so mark it correct so other can refer this.
Thanks & Regards