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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top