kopytekinc Posted April 10, 2013 Posted April 10, 2013 I currently have a database that needs 8 rows of information to go into one form, then the next 8 to the next form and so on. It must be done via count though, as there is no key code that changes from the 1st 8 to the next. Any ideas? Quote
step Posted April 10, 2013 Posted April 10, 2013 Eight rows of data as in 8 records (records 1 - 8) on one form? And then the second page is records 9-16? If that's the case, you may want to bring your data file in as an external data file and start an array to bring 8 records in as 1. It might be easier, though, to compose the records imposed 8 up and then bring them into a template page after the fact. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.