GaryWilsonCPA
Technical User
I am using next and previous to look up first and last records in a file by patient id.
ClientID = Next (clientid) "gets me the last record in file"
ClientID = Previous (clientid) "gets me the first record in file"
How can i get the second record in a file???
ClientID = Next (clientid) "gets me the last record in file"
ClientID = Previous (clientid) "gets me the first record in file"
How can i get the second record in a file???