Hi,
I am setting up a function where I use a form of which I want the data card to update when you click the next button. I have created all columns to have the same name with a number after, TextPage1, TaxPage2 and so on.
I want to increase the value with a variable each time you click the next button, so for example "TextPage"&varPage+1. But I cannot figure out how to make the data card read from this increasing value when it picks the column. When I use ThisItem.TextPage1 it shows the text that i want, but how do i implement it so that it works with the increasing value?
Thanks for any help you may be able to give