student4life
Programmer
Hi,
How can I write an SQL statement to count commas in a cell
in Excel i can do this with
=IF(LEN(TRIM(A1))=0,0,LEN(TRIM(A1))-LEN(SUBSTITUTE(A1,",","")))
any ideas on how i can do this in Access,
I was trying to create a select query, without luck.
thanks in advance for the help
How can I write an SQL statement to count commas in a cell
in Excel i can do this with
=IF(LEN(TRIM(A1))=0,0,LEN(TRIM(A1))-LEN(SUBSTITUTE(A1,",","")))
any ideas on how i can do this in Access,
I was trying to create a select query, without luck.
thanks in advance for the help