C
Cynthia
I need to be able to count the number of commas in a text string. I found
that itemcount does not work in access query. I am running a query where I
need to separate out a field that has multiple dwgnames. I am getting this
information from somewhere else and have no control over that. I have a
linenumber and isonumber field as shown below
linenumber isonumbers
2"-234-sdf cw123,cs234,dd123
3"-233-asd dd333,cc233,aa233,dd222
I need a query that will show each isonumber separately with the linenumber
What is the best way to go about this?
that itemcount does not work in access query. I am running a query where I
need to separate out a field that has multiple dwgnames. I am getting this
information from somewhere else and have no control over that. I have a
linenumber and isonumber field as shown below
linenumber isonumbers
2"-234-sdf cw123,cs234,dd123
3"-233-asd dd333,cc233,aa233,dd222
I need a query that will show each isonumber separately with the linenumber
What is the best way to go about this?