Hello,
I'm wondering if there is a way to record what page number and line number a particular record was shown on when the report was first ran.
Let me try to visually explain this:
------------------------------------------------------------
Report A Page 1
------------------------------------------------------------
Address Residents
------------------------------------------------------------
1. House 1 No Information collected
2. House 2 No Information collected
3. House 3 No Information collected
------------------------------------------------------------
Ok, so I need to record that House 1 was on line 1 and House 2 was on line 2 for whenI run another report. That report will look like this:
------------------------------------------------------------
Report B
------------------------------------------------------------
Line Page Address Residents
------------------------------------------------------------
1. 1 House 1 Jim Reynolds
1. 1 House 1 Sarah Reynolds
1. 1 House 1 Jennifer Reynolds
2. 1 House 2 Jessica Peterson
2. 1 House 2 Mike Smith
3. 1 House 3 Greg Gilbert
3. 1 House 3 Gail Gilbert
------------------------------------------------------------
I was thinking if I could store the line number in a table, then i could just pull that info back out and print it with the other information. What I'm not sure about is how would I grab that line number and store it? Right now I'm numbering the lines with a text box that starts with 1 and increments. Any suggestions are welcome!
I'm wondering if there is a way to record what page number and line number a particular record was shown on when the report was first ran.
Let me try to visually explain this:
------------------------------------------------------------
Report A Page 1
------------------------------------------------------------
Address Residents
------------------------------------------------------------
1. House 1 No Information collected
2. House 2 No Information collected
3. House 3 No Information collected
------------------------------------------------------------
Ok, so I need to record that House 1 was on line 1 and House 2 was on line 2 for whenI run another report. That report will look like this:
------------------------------------------------------------
Report B
------------------------------------------------------------
Line Page Address Residents
------------------------------------------------------------
1. 1 House 1 Jim Reynolds
1. 1 House 1 Sarah Reynolds
1. 1 House 1 Jennifer Reynolds
2. 1 House 2 Jessica Peterson
2. 1 House 2 Mike Smith
3. 1 House 3 Greg Gilbert
3. 1 House 3 Gail Gilbert
------------------------------------------------------------
I was thinking if I could store the line number in a table, then i could just pull that info back out and print it with the other information. What I'm not sure about is how would I grab that line number and store it? Right now I'm numbering the lines with a text box that starts with 1 and increments. Any suggestions are welcome!