Picture Method:
1: I set up a variable named “Page Number”.
2: When the next page button is clicked it increases the page number by one.
3: Since your pictures were labeled numerically, I used the text join block to join
the page number and “.png” to load the picture.
Example: 63 & .png = 63.png
4: Last I set an If statement to check and make sure the page number was not
greater than the last picture and another If statement so the page number
would not be less than 1
Updated Code with stored page number, “Change Hack” function to clean up code, and pages loop back to first or last page:
Database Method:
Same as above but instead of setting a picture to the page number I used the page number as a row ID to get the value for the Labels text.
Updated Code with stored page number, “Change Hack” function to clean up code, and pages loop back to first or last page:
Database view:


