Ben McCall
Registered User.
- Local time
- Today, 05:19
- Joined
- Jun 20, 2001
- Messages
- 22
I have a database in access 97.
I have one field in each record which I would like to place in a report. I would like to place each field on a page sequentially instead of having each field on a separate line.
The setup of the information is as follows:
Record 1-field (answer)
Record 2-field (answer)
Record 3-field (answer)
Etc
So I would like to have in my report the following:
Record 1-field (answer) Record 2-field (answer) Record 3-field (answer) etc
If each of these fields were in the same record I could accomplish what I require by concatenating the three fields. I have been unable to figure out anyway to concatenate fields in sequential records. Is this possible?
Is there any way to use a recordset to label these fields and thereby be able to concatenate them?
Or is there any other solution to my problem?
Thanks!
Ben McCall
I have one field in each record which I would like to place in a report. I would like to place each field on a page sequentially instead of having each field on a separate line.
The setup of the information is as follows:
Record 1-field (answer)
Record 2-field (answer)
Record 3-field (answer)
Etc
So I would like to have in my report the following:
Record 1-field (answer) Record 2-field (answer) Record 3-field (answer) etc
If each of these fields were in the same record I could accomplish what I require by concatenating the three fields. I have been unable to figure out anyway to concatenate fields in sequential records. Is this possible?
Is there any way to use a recordset to label these fields and thereby be able to concatenate them?
Or is there any other solution to my problem?
Thanks!
Ben McCall