M
mrl
In a select query, I want to set the results of a formula to a return a fixed
decimal value. The formula is 7500D: Format(IIf([H7500]-[C7500]<0.005 Or
[H7500] Is Null,Null,([H7500]-[C7500])/[H7500]),".000"). The resulting query
data sheet displays the results properly as a 3 digit decimal, but when I
export to an Excel spreadsheet, the value appears to be formatted as text and
the format cannot be changed to any form of numeric.
Can I change the Format Proprty command above to return a value that will
export as a fixed decimal instead of text?
decimal value. The formula is 7500D: Format(IIf([H7500]-[C7500]<0.005 Or
[H7500] Is Null,Null,([H7500]-[C7500])/[H7500]),".000"). The resulting query
data sheet displays the results properly as a 3 digit decimal, but when I
export to an Excel spreadsheet, the value appears to be formatted as text and
the format cannot be changed to any form of numeric.
Can I change the Format Proprty command above to return a value that will
export as a fixed decimal instead of text?