T
TJ Durrant
I've got a field that returns a percent:
Format([Sample_Grids]/30,"Percent")
But when I send it to Excel it's recognized as a text field instead of
a number field. So far I've tried:
Format([Sample_Grids]/30, "#0.00") & "%" and
CDbl(Format([Sample_Grids]/30, "#0.00") & "%"))
I'm self taught so there might be an easy solution I'm unaware of. I
just need it to do the calculation and be recognized as a number field
when sent to Excel. The Sample_Grids table column is formatted as a
number. Thanks for the help.
Format([Sample_Grids]/30,"Percent")
But when I send it to Excel it's recognized as a text field instead of
a number field. So far I've tried:
Format([Sample_Grids]/30, "#0.00") & "%" and
CDbl(Format([Sample_Grids]/30, "#0.00") & "%"))
I'm self taught so there might be an easy solution I'm unaware of. I
just need it to do the calculation and be recognized as a number field
when sent to Excel. The Sample_Grids table column is formatted as a
number. Thanks for the help.