I have a report that shows various Accounts (Field name is "Account Name") as well as their corresponding values (Field name is "Q1"). Within the Q1 field, there are numbers (Standard format needed) and as percentage (% format needed). Is there any way for the format of Q1 to be dependent on the value in "Account Name" ?
For example, if Account Name = "Margin", then format Q1 as %, else format it as Standard. All of the values are calculated outside of Access, therefore they are all contained within one field (Q1).
I need the report to look like this:
CODE
Account Name Q1
Sales 1,000
Costs 500
Profit 500
Margin 50%
Sales 1,000
Costs 500
Profit 500
Margin 50%
Thank you for any and all help!
