P
pthompsom611
When attempting to set Reports Recordsource property using the following code:
reports!BCT2ASR.RecordSource = "BCT2ASR10072004"
The VBA editor forces the Upper case "R" to "r" in the Key word Reports.
And I get a compile error "argument not optional" when I run the code.
reports!BCT2ASR.RecordSource = "BCT2ASR10072004"
The VBA editor forces the Upper case "R" to "r" in the Key word Reports.
And I get a compile error "argument not optional" when I run the code.