I have a table which has several separated values in a field.
e.g >> u10 u11 u12
If I use one of these value as a criteria in a select query I can list all the records where a particular value eg u12 appears. There is also a need to produce a list of all the values grouped by u number.
I have been thinking of using a table of all the u numbers and reading them into an append wuery to create a temporary table which I can then run a query / report to group them....
It seems very complicated. I am a newbie to this and I am sure that there must be an easier way...
Can anyone help?
e.g >> u10 u11 u12
If I use one of these value as a criteria in a select query I can list all the records where a particular value eg u12 appears. There is also a need to produce a list of all the values grouped by u number.
I have been thinking of using a table of all the u numbers and reading them into an append wuery to create a temporary table which I can then run a query / report to group them....
It seems very complicated. I am a newbie to this and I am sure that there must be an easier way...
Can anyone help?