Turborekker Posted September 27, 2007 Posted September 27, 2007 Hi, I have a database with around 1000 records in a column view. This is to be published on the web. How do I "page up/page down" to the next page in a web browser? I have tried using go to next record/page scripts etc but it doesn't go to the next page, rather just to the immediate next record. This would mean our clients having to click 1000 times to go to that record, which is insane. Thanks Shaun
Vaughan Posted September 27, 2007 Posted September 27, 2007 try: go to record, by calculation, Get( CurrentRecordNumber ) + 25
Turborekker Posted September 27, 2007 Author Posted September 27, 2007 Great, thanks alot. I'll give that a shot.
Recommended Posts
This topic is 6535 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now