Results 1 to 5 of 5

Thread: Updating records

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Location
    Portville NY
    Posts
    780

    Updating records

    i have a VB6 frontend to an Access 97 DB. my superiors want me to make the front end to be able to update the output automatically. for example, when you type in a new machine number everything about that machine comes up with out having to hit the next button or the find button. is this possible? i can put the zipped up project as an attachment if need be

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    Sure... Use the key press events and as each key is pressed, try to receive the record.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Location
    Portville NY
    Posts
    780
    um...............i'm not understanding, which keys are you speaking of?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    There will obviously be a textbox where the machine name is typed. In the keypress event of the textbox, you can do a check with the database for that machine name and bring up its records.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Location
    Portville NY
    Posts
    780
    do you know where i could find an example of this? i don't know about the keypress event. i can do the search(i think) but i donno about the keypress event. thanx for the help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width