How do I set an empty field as curreny with 2 decimal places within a make table or update query.
This is the query I have at the moment:
SELECT Order.[Order Number], Order.[Contract Number], Order.[Company Name], Order.[Contact Name], Order.[Date Required], Order.[Net Amount], "" AS...