-
Re: Help with data report (RUSS - A QUESTION)
>
>
>Russ, forgive me but I can not get your code to work. I am sure I am doing
something wrong. I assume that in the 'With rptMyReport.Sections...' line,
I should sub. my data report name for the 'rptMyReport'? In addition the
'lbl.Caption = frmMyForm.CompanyName' I should sub. my form name for the
'frmMyForm'? Where can I find some good information on the data report?
I have several 'how to' books which touch on it a little, but nothing that
covers it in depth.
Thanks for your help.
Shannan
-
Re: Help with data report (RUSS - A QUESTION)
"shannan" <shannonl9853@home.com> wrote:
>
>>
>>
>>Russ, forgive me but I can not get your code to work. I am sure I am doing
>something wrong. I assume that in the 'With rptMyReport.Sections...' line,
>I should sub. my data report name for the 'rptMyReport'? In addition the
>'lbl.Caption = frmMyForm.CompanyName' I should sub. my form name for the
>'frmMyForm'? Where can I find some good information on the data report?
> I have several 'how to' books which touch on it a little, but nothing that
>covers it in depth.
>
>Thanks for your help.
>
>Shannan
>
Sorry Shannan. Yes, you will need to substitute the name of your report
for rptMyReport and the name of your form for frmMyForm. You will also need
to substitute the name of the label on your report for lblCompanyName on
line 'Set lbl = .Controls("lblCompanyName")'. After that, the code should
work. If you still have problems getting it to run, try to post a snippet
of the code that is not working so we can take a look it.
Good Luck,
-Russ.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|