mckenneyj
MIS
- Jun 1, 2002
- 96
I have a report that displays info for users based on dynamic queries.
That user info is in misc address fields.
The report also displays 4 paragraphs of information.
The database is converted to mde files for use by my customers so they can't screw up the code.
The problem is the 4 paragraphs change from time to time.
I would like to populate a lookup table for information of this nature for this report and other reports.
The lookup would contain a primary key field and a memo field.
tblReportText
ID Text
1 This is the content of paragraph 1
2 This is the content of paragraph 2
3 Content for next paragraph
etc...
report name is rptMyReport
This report need to pull the contants of tblReportText records 1,2,3 & 4 for display in the detail area
Thanks,
John McKenney
Work Hard... Play Harder
That user info is in misc address fields.
The report also displays 4 paragraphs of information.
The database is converted to mde files for use by my customers so they can't screw up the code.
The problem is the 4 paragraphs change from time to time.
I would like to populate a lookup table for information of this nature for this report and other reports.
The lookup would contain a primary key field and a memo field.
tblReportText
ID Text
1 This is the content of paragraph 1
2 This is the content of paragraph 2
3 Content for next paragraph
etc...
report name is rptMyReport
This report need to pull the contants of tblReportText records 1,2,3 & 4 for display in the detail area
Thanks,
John McKenney
Work Hard... Play Harder