ToeJamNEarl
Programmer
Hello guys,
I have a question for you all.
I have a recordset that contains two fields fields:
'Parent_Value' and 'Child_Value'.
a sample of the data contained inside would be as follows.
...
sport tennis
sport hockey
sport basketball
sport baseball
hobby carpentry
hobby painting
hobby model building
...
I want to be able to output the data inside those tables to a text file, but would like to suppress the duplicated parent_value fields, so as to represent a grouping.
How would I be able to achieve an output like the following:
sport tennis
hockey
basketball
baseball
hobby carpentry
painting
model building
Thank you,
-Diran
I have a question for you all.
I have a recordset that contains two fields fields:
'Parent_Value' and 'Child_Value'.
a sample of the data contained inside would be as follows.
...
sport tennis
sport hockey
sport basketball
sport baseball
hobby carpentry
hobby painting
hobby model building
...
I want to be able to output the data inside those tables to a text file, but would like to suppress the duplicated parent_value fields, so as to represent a grouping.
How would I be able to achieve an output like the following:
sport tennis
hockey
basketball
baseball
hobby carpentry
painting
model building
Thank you,
-Diran