G
Guest
I have query that basically sorts a single table. The underlying table has
fld1, fld2 and fld3. The query output not only sorts the rows but also
changes the order of the coulmns so that it is left to right, fld2, fld3,
fld1.
Now, using VBA when I spin through the querydef the order is still in fld,1
fld,2 fld3 sequence!!
So querydefs.field(0).name = fld1. I want it, and expected it to be fld2.
How do I accomplish this?
Thanks, James
fld1, fld2 and fld3. The query output not only sorts the rows but also
changes the order of the coulmns so that it is left to right, fld2, fld3,
fld1.
Now, using VBA when I spin through the querydef the order is still in fld,1
fld,2 fld3 sequence!!
So querydefs.field(0).name = fld1. I want it, and expected it to be fld2.
How do I accomplish this?
Thanks, James