G
Gordan
can the following be done in an access DB:
I have a query like this "SELECT fld1, fld2, fld3 FROM table WHERE something
GROUP BY fld1"
Usually I just resppnse.write that result on screen but now I would have to
store it
to another (new) table
Can it be done via a query?
I know how to do it by looping through results in ASP and doing a INSERT for
every
line but I would like to do it via a query
thanks
Gordan
I have a query like this "SELECT fld1, fld2, fld3 FROM table WHERE something
GROUP BY fld1"
Usually I just resppnse.write that result on screen but now I would have to
store it
to another (new) table
Can it be done via a query?
I know how to do it by looping through results in ASP and doing a INSERT for
every
line but I would like to do it via a query
thanks
Gordan