P
PeterH
I am trying to develop a generic label printing routine
for a situation where the user can (hopefully) specify the
basic parameters for a label, e.g. it height, width, # per
page, etc. I'm working in Access XP(2003). The process
involves a parameter form which permits the labels to be
previewed or printed.
After researching the knowledgebase on the subject it
appears that Access does not permit these attributes to be
changed - at least programmably. Is this correct/ If not,
how do I adjust the H & W parameters. I have tried
adjusting the report's width via the printer object and
then, in the reports detail section format event tried
something like:
me.detail.insideheight= forms(form name)!paramheight
Doesn't seem to work.
Can someone provide some direction on this?
for a situation where the user can (hopefully) specify the
basic parameters for a label, e.g. it height, width, # per
page, etc. I'm working in Access XP(2003). The process
involves a parameter form which permits the labels to be
previewed or printed.
After researching the knowledgebase on the subject it
appears that Access does not permit these attributes to be
changed - at least programmably. Is this correct/ If not,
how do I adjust the H & W parameters. I have tried
adjusting the report's width via the printer object and
then, in the reports detail section format event tried
something like:
me.detail.insideheight= forms(form name)!paramheight
Doesn't seem to work.
Can someone provide some direction on this?