I am using an Access 2000 database with Visual Basic 2010.
I set the data type in the Access table this way:
>DataType=Number
>Fiekd Size=Decimal
>Format = Currency
When I display the table in a DataGridForm control I get a whole number, no cents, no dollar sign.
When I look at the table in Access I see the amount formatted properly.
Obviously there is something I am doing wrong, or not doing at all...Any suggestions?
Milt
sirmilt