|
-
Jun 11th, 2004, 10:25 AM
#1
Thread Starter
Fanatic Member
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
-
Jun 11th, 2004, 11:47 AM
#2
PowerPoster
Sure... Use the key press events and as each key is pressed, try to receive the record.
-
Jun 11th, 2004, 02:54 PM
#3
Thread Starter
Fanatic Member
um...............i'm not understanding, which keys are you speaking of?
-
Jun 11th, 2004, 10:36 PM
#4
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.
-
Jun 14th, 2004, 07:01 AM
#5
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|