TedM Posted March 17, 2006 Posted March 17, 2006 Am I right in saying that if I carry out a search that returns 100 matching records, the Get ( RecordID ) function would return 1 for the first record in the matching list, 2 for the second record in the matching list, etc. If so, I'm confused as this does not seem to be working on my database. Attached is a screenshot showing search results with the RecordNumber on the right hand side. I want to use the Get ( RecordNumber ) function to page the user through the results
Zero Tolerence Posted March 17, 2006 Posted March 17, 2006 Get(RecordNumber) will return 1 for the first record in a found set, Get(RecordID) will return the ID of that record, which stays the same no matter what.
Recommended Posts
This topic is 7094 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