M
Marco Castro
I want to create a report that is really different from the usual ones. I
can't seem to even get close to getting what I want using the wizard and/or
messing around with the visual settings so I thought that I could do it all
from code. Unfortunately I'm getting a few different errors. I tried to
create a simple label to display on the report (dim test as label) but I got
an "Object variable or With block variable not set" when I tried to set its
properties. I then tried to declare it as "dim test as new label" but then
I get the error "ActiveX components can't create object". So how does one
go about doing this or is it not even possible?
can't seem to even get close to getting what I want using the wizard and/or
messing around with the visual settings so I thought that I could do it all
from code. Unfortunately I'm getting a few different errors. I tried to
create a simple label to display on the report (dim test as label) but I got
an "Object variable or With block variable not set" when I tried to set its
properties. I then tried to declare it as "dim test as new label" but then
I get the error "ActiveX components can't create object". So how does one
go about doing this or is it not even possible?