I have a collection to pull up records based on a text string that a user
types in.  My queries based on my collection return the correct data.
However, the data is like this

a       b
a       c
a       d
b       q
c       s
c       w
d       r
e       t
e       b
  I want it to be like this

a       b
        c
        d
b       q
c       s
        w
d       r
e       t
        b

I tried loop and anything I can think of so that I can dispaly may data like
that,but I am at a loss.

Any help would be appreciated.


Thanks,
 
     ---miriam

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to