report2000
Technical User
Hi,
Please Help - Thanks
Problem # 1
I am using access 2003 as my database.
I have a currency field with numeric values including 0
I created one extra column in access and set the data type to (YES/NO). I replaced the values in YES/NO column to "YES" if the value in currency field is equal to zero.
The problem that I have is that when I bring the field currency to my report the number is shown as ($2000) and there is null value for the zeros since I changed the zeros to null and flag it in my newly created column as YES/NO.
IF I used the following formula I get the asterisk and the numbers but the number looks like this ($2000.00). (In access I set the data for the currency field to not have any decimal place)
Problem # 2
After I figure out how to solve the above problem I need to divide the results to 100 by writing another formula to get a (%). How can I divide (*) to lets say 2000 without getting an error.
---------------------------------
if {3_Year_History_of_Base_Salary.Wtd Avg 03 Asterisk}= true
then '*'
else
totext ({3_Year_History_of_Base_Salary.Wtd Avg Hourly Rate 2003})
-----------------------------------------------------------
Best regards,
Please Help - Thanks
Problem # 1
I am using access 2003 as my database.
I have a currency field with numeric values including 0
I created one extra column in access and set the data type to (YES/NO). I replaced the values in YES/NO column to "YES" if the value in currency field is equal to zero.
The problem that I have is that when I bring the field currency to my report the number is shown as ($2000) and there is null value for the zeros since I changed the zeros to null and flag it in my newly created column as YES/NO.
IF I used the following formula I get the asterisk and the numbers but the number looks like this ($2000.00). (In access I set the data for the currency field to not have any decimal place)
Problem # 2
After I figure out how to solve the above problem I need to divide the results to 100 by writing another formula to get a (%). How can I divide (*) to lets say 2000 without getting an error.
---------------------------------
if {3_Year_History_of_Base_Salary.Wtd Avg 03 Asterisk}= true
then '*'
else
totext ({3_Year_History_of_Base_Salary.Wtd Avg Hourly Rate 2003})
-----------------------------------------------------------
Best regards,