RecordSet field name sometimes first letter is lower case

A

Alan T

I have created a recordset and tried to reference the field name but the MS
Visual Basic editor sometimes change the first letter to lower case. Why?
eg
totalValue = valueSummarySet![SumPriceValue]
changed by editor as
totalVariation = invoiceVariationsSummarySet![sumApprovedGST]

The field 'sumPriceValue' should be 'SumPriceValue' in my query.
 
Top