Hello,
I have a cmd button on form to search for serial number. I notice when I search for record-that if I don't start at the beginning of records I might not find the record. example: if I am searching for 20th record then I search for 10th record I will have to go to to beginning to search for 10th record.
Any way to not have to go to the start each time?
I have tried using code with find first in it- but it seems like find first is not being recognized in the code.
my field is called serial number.
thank you
I am using xp with microsoft access 2003
I have a cmd button on form to search for serial number. I notice when I search for record-that if I don't start at the beginning of records I might not find the record. example: if I am searching for 20th record then I search for 10th record I will have to go to to beginning to search for 10th record.
Any way to not have to go to the start each time?
I have tried using code with find first in it- but it seems like find first is not being recognized in the code.
my field is called serial number.
thank you
I am using xp with microsoft access 2003
Comment