[logo goes here]
123 Any St.
AnyCity, CA 90210
[today's date]
Dear [name from database],
Some boilerplate text goes here. Your Account [account number from database] is past due.
Sincerely,
[scanned signature goes here]
Somebody
Don't have a tutorial but here are the high-level steps:
1. Use the Data tab to create a dataset that returns on record with all fields required.
2. On the Layout tab, drop a List data region and add textboxes in it to hold the content.
3. Type in fixed text in the approapriate textboxes.
4. You can concatenate text in textboxes as needed, e.g.: = "Dear " & Fields!Name.Value
No comments:
Post a Comment