I was asked to send a query from my Access database to my logistics centre but they require it CVS format and i do not know how to do it.The CVS format is not known to me .My query in its simplified form is :
SELECT orders.orderid, orders.orderdate
FROM orders;
Could you advise me from where shall i begin ?
SELECT orders.orderid, orders.orderdate
FROM orders;
Could you advise me from where shall i begin ?