THANKS!!!
Main Topics
Browse All TopicsI have a fixed field text box on a form and want to use it on a report
The fixed form field is .80
=[Forms]![frm_excel2]![tbl
on the report I want to combine this field with some text on a report but when I combine the field with a string I lose the 0 place holder
the result of this
=[Forms]![frm_excel2]
Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: flavoPosted on 2009-07-27 at 14:39:22ID: 24956252
So you want to force it to display 2 decimal places?
2]![tbl_Co ntract].[F orm]![xno] , ".00") & "/acct/yr"
=Format([Forms]![frm_excel
Dave