GooGoocluster
Technical User
Can you use Varribles when using Reports! ?
dim strVar As String
strVar = "Full Sheet Labels"
Reports!strVar.Recordsource
This is the Error message " Cannot Find Report named 'strVar' "
I have also tried
Reports!(strVar).Recordsource
and
Reports!"["&(strVar)&"]".Recordsource
Thanks in advance
dim strVar As String
strVar = "Full Sheet Labels"
Reports!strVar.Recordsource
This is the Error message " Cannot Find Report named 'strVar' "
I have also tried
Reports!(strVar).Recordsource
and
Reports!"["&(strVar)&"]".Recordsource
Thanks in advance