I have a table, with two fields in it.. They're both defined as double
currency, 4 decimal places.
When I have a form on top of the recordset, it displays the fields just
fine.
When I use VB to open a recordset, when you msgbox the rst!fieldname,
you get the value only it's multiplied by 100!
Someone please help with what I'm sure is a simple error I've made
somewhere.
Anyone seen something like this before?
-Brian
currency, 4 decimal places.
When I have a form on top of the recordset, it displays the fields just
fine.
When I use VB to open a recordset, when you msgbox the rst!fieldname,
you get the value only it's multiplied by 100!
Someone please help with what I'm sure is a simple error I've made
somewhere.
Anyone seen something like this before?
-Brian
Comment