Wesselcram
New member
- Local time
- Today, 13:26
- Joined
- Jan 8, 2014
- Messages
- 8
I found so many useful answers through other questions, many thanks for that. But now I have a specific question which I yet could not found the answer to. Hopefully any of you can help me..
I have an access table stored with information of different people. Each person has his own ‘personID’. To print that information i need 1 page per person. So I made a report grouped based on the ‘PersonID’ and inserted a pagebreak after that section. It worked perfectly untill I needed to customize the layout of each page based on other information of the table.
For example; I want the textbox’s for person1 on the form to be put closer to each other than for person 2.
Does anyone know the answer to this problem? I use VBA to control the layout of the report which worked perfectly, but i don’t know how to control the layout with VBA for each specific page.
Please let me know if you need any additional information.
Many thanks in advance!
Wessel
I have an access table stored with information of different people. Each person has his own ‘personID’. To print that information i need 1 page per person. So I made a report grouped based on the ‘PersonID’ and inserted a pagebreak after that section. It worked perfectly untill I needed to customize the layout of each page based on other information of the table.
For example; I want the textbox’s for person1 on the form to be put closer to each other than for person 2.
Does anyone know the answer to this problem? I use VBA to control the layout of the report which worked perfectly, but i don’t know how to control the layout with VBA for each specific page.
Please let me know if you need any additional information.
Many thanks in advance!
Wessel