///M
May 25th, 2006, 10:30 AM
I have a basic access query at the moment. I am looking for a basic way to input the results of the query to a CSV file. Here is the code
SELECT [Clients].[Company Name], [Clients].[Full Name], [Clients].[Title], [Clients].[Post Code], [Clients].[Phone], [Clients].[Mobile], [Clients].[Email], [Clients].[Max Update]
FROM Clients
WHERE [Clients].[Max Update]=Yes;
Thanks
Allan
SELECT [Clients].[Company Name], [Clients].[Full Name], [Clients].[Title], [Clients].[Post Code], [Clients].[Phone], [Clients].[Mobile], [Clients].[Email], [Clients].[Max Update]
FROM Clients
WHERE [Clients].[Max Update]=Yes;
Thanks
Allan