My Excel VBA skills are sufficient, but this is my first foray into Access VBA.
I want to make a table in a report.
Column 1 would be numbered (1-15)
Column 2 would be a person's name based off of my Query
Column 3 would be a blank column
Column 4 would be numbered 16-30
Column 5 would continue to be a person's name (if there are enough names)
Column 6 would be a blank column
I understand there is a way to do this doing VBA.
I assume I would put in a textbox every time I want a person's name from my query to appear.
How do I do the VBA code so that TxtBox1 shows record 1 for those criteria, TxtBox2 shows record 2 for the query criteria, etc?
I would just make each new text box be on a new row.
Did I mention that this report is grouped by page based off of another query criteria? Hopefully that does not make this more difficult.
Any help would be appreciated. I am getting tired of beating my head into a wall on this one.
Thanks
Meijhana
I want to make a table in a report.
Column 1 would be numbered (1-15)
Column 2 would be a person's name based off of my Query
Column 3 would be a blank column
Column 4 would be numbered 16-30
Column 5 would continue to be a person's name (if there are enough names)
Column 6 would be a blank column
I understand there is a way to do this doing VBA.
I assume I would put in a textbox every time I want a person's name from my query to appear.
How do I do the VBA code so that TxtBox1 shows record 1 for those criteria, TxtBox2 shows record 2 for the query criteria, etc?
I would just make each new text box be on a new row.
Did I mention that this report is grouped by page based off of another query criteria? Hopefully that does not make this more difficult.
Any help would be appreciated. I am getting tired of beating my head into a wall on this one.
Thanks
Meijhana