command button on form to search for serial number

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buddyr
    New Member
    • Apr 2007
    • 105

    command button on form to search for serial number

    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
  • ADezii
    Recognized Expert Expert
    • Apr 2006
    • 8834

    #2
    Originally posted by buddyr
    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
    Take a look at this prior Tip of the Week:
    How to Find a Record Programmaticall y

    Comment

    • buddyr
      New Member
      • Apr 2007
      • 105

      #3
      thank you - this looks like it help me

      Comment

      Working...