T
This Guy
I have two fields in my query that read like this:
Book Page
1 10
2 11
3 12
4 13
5 14
On my report I want to combine them in one textbox in the detail section and
I am trying to do so like this:
=[Book] &"/"& [Page]
And it comes out like this:
1/10
2/10
3/10
4/10
5/10
Why is the Page repeating itself and not following the query?
Thanks.
Book Page
1 10
2 11
3 12
4 13
5 14
On my report I want to combine them in one textbox in the detail section and
I am trying to do so like this:
=[Book] &"/"& [Page]
And it comes out like this:
1/10
2/10
3/10
4/10
5/10
Why is the Page repeating itself and not following the query?
Thanks.