klove73020
Programmer
I would like to fill in values onto a report based on the rows in a table. Each field on the report will have the value from a column in the table when the value of another column equals a predetermined value.
For example, the table has two columns:
question_id
question_count
The report has 157 fields and is always four pages long with predetermined locations for each report field. When the record with question_id equal to 'Q1a' is encountered, the value of question_count is placed into a particular field on the report.
I have no idea how to create this report in Access. If I was writing code to produce a text file, this would be easy.
What I'm looking for is a basic outline of how to go about creating this report.
As a side note, we had this report working when we had about 130 columns that were named 'Q1a', 'Q2a_e', 'Q11a', etc. There was 1 record in the report. While updating the columns in the table to add the new fields, we hit some sort of Access limitation on number of columns. With the new columns added, the table design refused to save.
Any help is appreciated.
For example, the table has two columns:
question_id
question_count
The report has 157 fields and is always four pages long with predetermined locations for each report field. When the record with question_id equal to 'Q1a' is encountered, the value of question_count is placed into a particular field on the report.
I have no idea how to create this report in Access. If I was writing code to produce a text file, this would be easy.
What I'm looking for is a basic outline of how to go about creating this report.
As a side note, we had this report working when we had about 130 columns that were named 'Q1a', 'Q2a_e', 'Q11a', etc. There was 1 record in the report. While updating the columns in the table to add the new fields, we hit some sort of Access limitation on number of columns. With the new columns added, the table design refused to save.
Any help is appreciated.