G
Guest
I am trying to debug some code and have the following:
MsgBox clsfrmBrMain.brRecordCount.Value
where brRecordCount is a property of class clsfrmBrMain. I get an error that
brRecordCount is an invalid qualifier. How do I view the value of
BrRecordCount?
MsgBox clsfrmBrMain.brRecordCount.Value
where brRecordCount is a property of class clsfrmBrMain. I get an error that
brRecordCount is an invalid qualifier. How do I view the value of
BrRecordCount?