David Higgs
Programmer
In my application I would like to display some data on my form in "Text Boxes" (say 10 boxes). As there could be between 1 & 25 entries of 5 fields wide to be displayed I was think along the lines of having a "Previous / Next Command buttons" and displaying 10 entries at a time. It would be a nice option to only have the "command button" showing on the form when there is more than 10 entries.
I was thinking along the lines conditionally copying the data to a two dimensional array. My dealings with arrays is pretty rusty these days!
Regards,
David
I was thinking along the lines conditionally copying the data to a two dimensional array. My dealings with arrays is pretty rusty these days!
Regards,
David