Question : Create a Currency field from a text field

With a MS Access make table query, how can you modify imported text fields into a currency field?  I used the below code but it created the Amount field as Text.
Amount:  Format(IIf([182 CURRENT MONTH]![NEGATIVE]="-",[182 CURRENT MONTH]![NEGATIVE] & [182 CURRENT MONTH]![FUND AMT],[182 CURRENT MONTH]![FUND AMT]),"Currency")

Answer : Create a Currency field from a text field

try using the function ccur()
Random Solutions  
 
programming4us programming4us