This is really weird and I'm not sure what is going on. I have some VBA to check the values of two combo boxes on my forms against one another. I first define two variables to be the values in the combo boxes. I have this running on many forms but for some reason when I tried to replicate the functionality in another form, it keeps changing the text characters in the name of my subform to lowercase.
This is what it should be:
cbo1 = Forms.frmBMPQREHABCA.frmBMPQREHABCAsubform.Form.cb oBMPImp
But when I updated the VBA to be the name of the new form/subform, it kept changing the text after I typed to be the following:
cbo1 = Forms.frmBMPQREHABCA.frmBMPQrehabcasubform.Form.cb oBMPImp
The problem of course is that there is no form named "BMPQrehabcasubform" so when I click my command button that checks the values in the combo boxes I get an error.
Anyone know what in the world is going on? I've compacted and repaired to no avail.
Thanks,
David