On a form, I have a button that generates an email. Within the email text, I am putting a dollar amount. This dollar amount comes from a recordset that I retrieve from the tables. The field in the table is formatted as Currency. The field on the form is formatted as Currency. The record source has it formatted as Currency. I tried just putting the recordset field in the text. I tried doing a CCur around the recordset field. I also tried to dim a Currency field and set it to the recordset field and putting the variable in the text. But it still shows as just a number. I want to see $20,088.00 in my email text, but I get 20088. Or $432.20 shows as 432.2. I can put the $ in my text, but not the comma, period and two decimals without a lot more coding.
I've tried various key word searches through tek-tips. Microsoft KB appears to be down right now. My project lead was stumped, too.
Anyone have any ideas? This can't be that hard, can it?
kdk13
I've tried various key word searches through tek-tips. Microsoft KB appears to be down right now. My project lead was stumped, too.
Anyone have any ideas? This can't be that hard, can it?
kdk13