tolisss
August 23rd, 2001, 08:30 AM
how can i find out if i m on the last or the first record of a recorset ??? I do not want the BOF and EOF properties these do not represent the last-first record
|
Click to See Complete Forum and Search --> : how to check if a already pass a record?? tolisss August 23rd, 2001, 08:30 AM how can i find out if i m on the last or the first record of a recorset ??? I do not want the BOF and EOF properties these do not represent the last-first record Andrew_Fryer August 23rd, 2001, 08:47 AM You will need to get a proper recordcount first. Do this as follows: myRecSet.MoveLast myRecSet.MoveFirst Then you should be able to use BOF and EOF codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |