I have an Access database displayed in a DBGrid. The Access file has two currency fields that display as $xx.xx in Access but only display as xx in the DBGrid. How can I get these currency values to display as $xx.xx in the DBGrid?
Try to double-click on the DataSet component of your table to open the Fields Editor window, select the field, open the Object Inspector (F11) and set the Currency property to true.
Try to double-click on the ADOTable to open the Fields Editor window.
If the window is empty, right click on the window, and then click "Add all fields".
Select the currency field, open the Object Inspector (F11) and set the Currency property to true.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.