Dirk Goldgar said:
I'm curious as to whether this might work: after changing the regional
currency settings in Control Panel, go into Access and change the format
to something else -- say, general number -- then change it back to
Currency. You may have to change it in the report's design view as well
as the table. Then see if it picks up the revised format from your
regional settings.
hmmmm, interesting effect. changed control panel setting to -$1.00 format
then went back in to access and report view (and form view) showed same ()
format... but when checking properties in design view the format was changed
to $#,##0.00;($#,##0.00), selecting 'currency' from the list changed it to
match the control panel setting. that is an improvement, at least i can go
back and change all the places where dollars show up and make them
the -$1.00 format. unfortunately i would really like it to track the
control panel settings as the help says it should... especially since this
app has many spots where dollars are displayed that would have to be
changed, and since it is being deployed on machines with the runtime engine
so the users won't be able to edit the fields even if they wanted to.