Re: Report issue
- From: R Alapatt <RAlapatt@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 17 Dec 2006 06:55:00 -0800
Hi Crystal: The query now selects fields from 2 tables joined by a filed.
The resulting list which contains the caption fields and memo field forms the
report. I have used regular query without any coding. I need to know how to
code so that the report with one record will print as seperate printout.
Thanks Rose.
"strive4peace" wrote:
Hi Rose,.
It appears that you are changing the recordset for a particular file
number in your SQL statement (/query) for the report recordsource.
Are you saying that this is the solution you have used?
Did you change recordsource through code before rendering report? Or are
you picking file numbers one by one, possibly what the slelected recs
query is for?
.... or do you have code that loops through the records you wish to process?
.... do you still have a question...? ask blatently!
you're welcome, but I am not sure for what ;)
please explain further, thanks!
Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
R Alapatt wrote:
Hi Crystal:
The following is the query that I use to get the information I need.
SELECT ReportsMemo.crreport, """N~FILENO=/"+[selected
recs]!fileno+"~CMT=/Credit Report~OTHER=/"+[selected recs]!reqb+""" ?" AS
Caption, "~0% Var0" AS captionst
FROM ReportsMemo INNER JOIN [Selected recs] ON ReportsMemo.SLNO = [Selected
recs].COUNTER;
The report - in detailed section - contains first the value stored in
captionst, which is made bold, and then next to it is the value stored in
caption. Below it the memo field ReportsMemo.crreport. In the property for
memo I have set 'can grow' to 'yes' as the memo field can go to more than 1
page.
So the report with each memo field should printout as seperate report for
ImageMaster to be able to read the caption strings.
Thanks for all your help.
Rose
"strive4peace" wrote:
Hi Rose,
I'll be happy to, please provide information about the applicable table
structure and relationships using real fieldnames
meanwhile, you can prepare yourself a bit more by sending me an email
and requesting my 30-page Word document on Access Basics (for
Programming) -- it doesn't cover VBA, but prepares you for it because it
covers essentials in Access.
Be sure to put "Access Basics" in the subject line so that I see your
message...
Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
R Alapatt wrote:
Thanks Crystal. But I am not familiar with VBA. The logic that you
mentioned should work but how do I do it in VBA. Please help.
Rose.
"strive4peace" wrote:
How about a loop to go through each file number and limit a report to
just one file number at a time?
Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
R Alapatt wrote:
I am generating a report with a string (which is concatenation of of some
charectors, file number and name) being the first line in the detail section
of the report and a memo field that may run to more than one A4 size page.
Each new file number starts on a new page. I am printing this report to
'Image Master' which has a database and is able to read information like file
number and name from the string.
My problem is that because the report is printing as 1 document Image Master
is reading only the string one the first page and storing every thing as one
file.
I need a way to print each file number as a seperate report so that Image
Master sees it as seperate document. Please some one help. Thanks.
- Follow-Ups:
- Re: Report issue -- What is field you want to loop?
- From: strive4peace
- Re: Report issue -- What is field you want to loop?
- References:
- Re: Report issue
- From: strive4peace
- Re: Report issue
- From: strive4peace
- Re: Report issue
- From: R Alapatt
- Re: Report issue
- From: strive4peace
- Re: Report issue
- Prev by Date: Re: Update query
- Next by Date: Re: Update query
- Previous by thread: Re: Report issue
- Next by thread: Re: Report issue -- What is field you want to loop?
- Index(es):
Relevant Pages
|