Question:
I am using VB as a front-end to an Access 2.0 database. Some of the fields in my Access db are of type currency. However, VB only displays them as numbers (I am not using data bound controls to populate the fields on my form, I am using code). How can I get VB to display them as currency (i.e with the dollar sign and decimal point)?
Answer:
You can use the Format() functions to convert them to strings. Look at the help for those functions for more information.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























