March 17, 200619 yr 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
March 17, 200619 yr 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.
Create an account or sign in to comment