I have a basic query [qryGenerateFaci lPaymentsStep3] which is selecting all information from another query [qryGenerateFaci lPaymentsStep2]. As soon as i set the query to show the totals (in order to perform a sum) all information held in a field named [forenames] is replaced with strage characters like "ᘈ" or "ᘈ".
When removing the totals the forenames are all shown normally again.
I have checked the underlying table which contains the [forenames] field and there is nothing wrong with the data in there. I have also checked my other queries and everything is ok there too.
Does anyone know why this might be happening? It's really frustrating.
When removing the totals the forenames are all shown normally again.
I have checked the underlying table which contains the [forenames] field and there is nothing wrong with the data in there. I have also checked my other queries and everything is ok there too.
Does anyone know why this might be happening? It's really frustrating.
Comment