Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / March 2007

Tip: Looking for answers? Try searching our database.

$ needs to go away

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dan Goble - 12 Mar 2007 19:43 GMT
I got a report that already has the $______
My field is currency and diplays $500.00 which is perfect except I dont need
both $ signs
If I dont use the field the $ still must be there for the contract to be
valid so I need it changed on the control that 500.00 id transparently
placed over the $_______

Thanks
Dan
Rick B - 12 Mar 2007 21:35 GMT
Then leave the literal "$" and change the formatting of the field to
numbers, instead of currency.

Of, change the whole thing to be an "if" statement that will either print
the value formatted as currency, or will print the literal "$ ________".

Signature

Rick B

>I got a report that already has the $______
> My field is currency and diplays $500.00 which is perfect except I dont
[quoted text clipped - 5 lines]
> Thanks
> Dan
Marshall Barton - 12 Mar 2007 21:52 GMT
>I got a report that already has the $______
>My field is currency and diplays $500.00 which is perfect except I dont need
>both $ signs
>If I dont use the field the $ still must be there for the contract to be
>valid so I need it changed on the control that 500.00 id transparently
>placed over the $_______

Choose something other than the Currency format.  You can
always use a custom format if you can't find a named format
that does what you want.

Signature

Marsh
MVP [MS Access]

fredg - 12 Mar 2007 22:09 GMT
> I got a report that already has the $______
> My field is currency and diplays $500.00 which is perfect except I dont need
[quoted text clipped - 5 lines]
> Thanks
> Dan

=" I got a report that already has the $ " & Format([YourField],
"#,##.##")

or

= "I got a ..... " & Format([Yourfield],#,#0.00")
whichever suits you.
Signature

Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

Dan Goble - 13 Mar 2007 17:35 GMT
Jeez,
All three suggestions work perfectly
Thanks I learned a lot on this one

Dan

>I got a report that already has the $______
> My field is currency and diplays $500.00 which is perfect except I dont
[quoted text clipped - 5 lines]
> Thanks
> Dan
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.