G
Guest
I have a standard disclaimer form letter that I ned to print out for each
record. Not sure how to do this.
Suggestions.
Ty
record. Not sure how to do this.
Suggestions.
Ty
Rick B said:Build it as a report and include any of the fields from the records that you
would like to put in the letter.
For example.
=Format(Date(),"long date") <--- unbound text field
[CompanyName] <--- bound field
[Address1] <--- bound field
=[City] & ", " & [State] & " " & [Zip] <---- unbound field
etc.
--
Rick B
Ty said:I have a standard disclaimer form letter that I ned to print out for each
record. Not sure how to do this.
Suggestions.
Ty
Ty said:I used the wizard to create the report and now I need to paste the standard
disclaimer letter in here. I tried text box and label, but both will not let
me choose different font types sizes for certain sections of my letter.
In Crystal I can add multiple "sections" in my report - for example detail
a, detail b, etc. Can you do this in Access and if so how?
Thanks.
Ty
Rick B said:Build it as a report and include any of the fields from the records that you
would like to put in the letter.
For example.
=Format(Date(),"long date") <--- unbound text field
[CompanyName] <--- bound field
[Address1] <--- bound field
=[City] & ", " & [State] & " " & [Zip] <---- unbound field
etc.
--
Rick B
Ty said:I have a standard disclaimer form letter that I ned to print out for each
record. Not sure how to do this.
Suggestions.
Ty
Rick B said:Sure just make each report a separate control on the report.
You can't vary the formatting for various words within one control using the
standard Access controls though. In other words, you can't underline one
word in the middle of a paragraph.
I don't have it anymore, but I used to administer a databse where we had an
agreement in WORD and we used merge to put the specific data in the Word
document and then printed it. You might try that route. Basically use the
mail merge in Word with your database as the data source.
--
Rick B
notTy said:I used the wizard to create the report and now I need to paste the standard
disclaimer letter in here. I tried text box and label, but both willthatlet
me choose different font types sizes for certain sections of my letter.
In Crystal I can add multiple "sections" in my report - for example detail
a, detail b, etc. Can you do this in Access and if so how?
Thanks.
Tyyouwould like to put in the letter.
For example.
=Format(Date(),"long date") <--- unbound text field
[CompanyName] <--- bound field
[Address1] <--- bound field
=[City] & ", " & [State] & " " & [Zip] <---- unbound field
etc.
--
Rick B
I have a standard disclaimer form letter that I ned to print out for each
record. Not sure how to do this.
Suggestions.
Ty
Rick B said:That first sentence should say to make each PARAGRAPH a separate control.
--
Rick B
Rick B said:Sure just make each report a separate control on the report.
You can't vary the formatting for various words within one control using the
standard Access controls though. In other words, you can't underline one
word in the middle of a paragraph.
I don't have it anymore, but I used to administer a databse where we had an
agreement in WORD and we used merge to put the specific data in the Word
document and then printed it. You might try that route. Basically use the
mail merge in Word with your database as the data source.
--
Rick B
notTy said:I used the wizard to create the report and now I need to paste the standard
disclaimer letter in here. I tried text box and label, but both willthatlet
me choose different font types sizes for certain sections of my letter.
In Crystal I can add multiple "sections" in my report - for example detail
a, detail b, etc. Can you do this in Access and if so how?
Thanks.
Ty
:
Build it as a report and include any of the fields from the recordsyou
would like to put in the letter.
For example.
=Format(Date(),"long date") <--- unbound text field
[CompanyName] <--- bound field
[Address1] <--- bound field
=[City] & ", " & [State] & " " & [Zip] <---- unbound field
etc.
--
Rick B
I have a standard disclaimer form letter that I ned to print out for each
record. Not sure how to do this.
Suggestions.
Ty
Ty said:Thanks Rick, but unfortunately because I have a relational database I cannot
do a merge in word as I need to pull from two separate tables to do my merge.
How do I make each paragraph a separate control - sorry I have never done
this.
I know how to do this in Crystal, but not access.
Thanks.
Ty
Rick B said:That first sentence should say to make each PARAGRAPH a separate control.
--
Rick B
usingRick B said:Sure just make each report a separate control on the report.
You can't vary the formatting for various words within one control
thehadstandard Access controls though. In other words, you can't underline one
word in the middle of a paragraph.
I don't have it anymore, but I used to administer a databse where we
anuseagreement in WORD and we used merge to put the specific data in the Word
document and then printed it. You might try that route. Basically
thewillmail merge in Word with your database as the data source.
--
Rick B
I used the wizard to create the report and now I need to paste the
standard
disclaimer letter in here. I tried text box and label, but both
notrecordslet
me choose different font types sizes for certain sections of my letter.
In Crystal I can add multiple "sections" in my report - for example detail
a, detail b, etc. Can you do this in Access and if so how?
Thanks.
Ty
:
Build it as a report and include any of the fields from the
thatyou
would like to put in the letter.
For example.
=Format(Date(),"long date") <--- unbound text field
[CompanyName] <--- bound field
[Address1] <--- bound field
=[City] & ", " & [State] & " " & [Zip] <---- unbound field
etc.
--
Rick B
I have a standard disclaimer form letter that I ned to print out for
each
record. Not sure how to do this.
Suggestions.
Ty
Rick B said:You can pull from as many tables as you need to. Just put all the data you
need in a query and use the query as your source.
--
Rick B
Ty said:Thanks Rick, but unfortunately because I have a relational database I cannot
do a merge in word as I need to pull from two separate tables to do my merge.
How do I make each paragraph a separate control - sorry I have never done
this.
I know how to do this in Crystal, but not access.
Thanks.
Ty
Rick B said:That first sentence should say to make each PARAGRAPH a separate control.
--
Rick B
"Rick B" <Anonymous> wrote in message
Sure just make each report a separate control on the report.
You can't vary the formatting for various words within one control using
the
standard Access controls though. In other words, you can't underline one
word in the middle of a paragraph.
I don't have it anymore, but I used to administer a databse where we had
an
agreement in WORD and we used merge to put the specific data in the Word
document and then printed it. You might try that route. Basically use
the
mail merge in Word with your database as the data source.
--
Rick B
I used the wizard to create the report and now I need to paste the
standard
disclaimer letter in here. I tried text box and label, but both will
not
let
me choose different font types sizes for certain sections of my letter.
In Crystal I can add multiple "sections" in my report - for example
detail
a, detail b, etc. Can you do this in Access and if so how?
Thanks.
Ty
:
Build it as a report and include any of the fields from the records
that
you
would like to put in the letter.
For example.
=Format(Date(),"long date") <--- unbound text field
[CompanyName] <--- bound field
[Address1] <--- bound field
=[City] & ", " & [State] & " " & [Zip] <---- unbound field
etc.
--
Rick B
I have a standard disclaimer form letter that I ned to print out for
each
record. Not sure how to do this.
Suggestions.
Ty