Hello I have a query called qryMAIN. In this query I have the following calculated field:
This seesm to work OK and presents the field data in a currency format. i.e. if I introduce the criteria >0 its fine.
If I then go to use qryMain as the underlying source to create a further query, if I use this field [Trans_OUT_Calc_VAT_Amount] then it seems to present it as a text field, not currency. For exapmple if I introduce the above criteria is repsresents it as >"0"
Why is the currecny format not maintained - is there a way round this?
Thanks Mark
Code:
Trans_OUT_Calc_VAT_Amount: Format(([Trans_Out_Gross_Amt]/(100+[Trans_VAT_Rate]))*([Trans_VAT_Rate]),"Currency")
This seesm to work OK and presents the field data in a currency format. i.e. if I introduce the criteria >0 its fine.
If I then go to use qryMain as the underlying source to create a further query, if I use this field [Trans_OUT_Calc_VAT_Amount] then it seems to present it as a text field, not currency. For exapmple if I introduce the above criteria is repsresents it as >"0"
Why is the currecny format not maintained - is there a way round this?
Thanks Mark