B
Bill
I get a runtime 2465 error in attempting to
reference one of the fields in the RecordSource
of a report.
E.g.,
Dim intCount As Integer
intCount = Me.CountField
Access can't find the referenced field, "CountField".
Yet, using the "Me." autofill shows all the field
names in the RecordSource of the report.
What am I missing?
Bill
reference one of the fields in the RecordSource
of a report.
E.g.,
Dim intCount As Integer
intCount = Me.CountField
Access can't find the referenced field, "CountField".
Yet, using the "Me." autofill shows all the field
names in the RecordSource of the report.
What am I missing?
Bill