D
DJW
I have an unbound control box in my report that has the following sentence
containing two seperate fields. I want to format fields the report in a
different manner than the actual format in the table. The two field types I
am having trouble with are Currency and Date.
Example: = "On " & [Date] & ", " & [LastName] & " was billed" & [Amount].
I would like the date displayed as Aug 1, 2003 instead of 08/01/2003. I
would like the amount to show up as $124.00 instead of 124.
Any help is greatly appreciated.
containing two seperate fields. I want to format fields the report in a
different manner than the actual format in the table. The two field types I
am having trouble with are Currency and Date.
Example: = "On " & [Date] & ", " & [LastName] & " was billed" & [Amount].
I would like the date displayed as Aug 1, 2003 instead of 08/01/2003. I
would like the amount to show up as $124.00 instead of 124.
Any help is greatly appreciated.