Had date fields that showed as long date and time (midnight) to the second. Set format in properties to mm-dd-yyyy (hey, it works in Access and Excel!)
But what I get (using today for example) is
Then on a money field, I had four decimal places. I managed to get rid of the last two useless zeroes, but it also added the dollar sign. Since the charges range from one digit to five, I'd like to either remove the dollar sign or move them all to the left, ouside of the column of digits. (Hard to look at a long column of digits with
dollar signs embedded in it.) If I paste in a format string that works in Excel or Access, will it work here?
--
Wes Groleau
But what I get (using today for example) is
Code:
00-13-2007
Then on a money field, I had four decimal places. I managed to get rid of the last two useless zeroes, but it also added the dollar sign. Since the charges range from one digit to five, I'd like to either remove the dollar sign or move them all to the left, ouside of the column of digits. (Hard to look at a long column of digits with
dollar signs embedded in it.) If I paste in a format string that works in Excel or Access, will it work here?
--
Wes Groleau