G
Guest
SELECT [local mailing table].* INTO temp
FROM [local mailing table]
ORDER BY [local mailing table].[last name], [local mailing table].[first
name], [local mailing table].[middle initial];
what I am trying to do is create a table in last/first/mid order. The data
comes out sorted, but in blocks so I may have a - f then a few w's then back
to a block of b's.
Any Ideas?
Thanks
FROM [local mailing table]
ORDER BY [local mailing table].[last name], [local mailing table].[first
name], [local mailing table].[middle initial];
what I am trying to do is create a table in last/first/mid order. The data
comes out sorted, but in blocks so I may have a - f then a few w's then back
to a block of b's.
Any Ideas?
Thanks