RBCC Posted January 23, 2004 Posted January 23, 2004 I have a form with a combo box on it called cbojunk, I would like to figure out how to do this: 1. Upon Entry a. in the text portion the person types something in say"Fred" b.if fred is found in the file then it outputs it or <this is what I need help with> A window (msgbox) pops up and says"would you like to Enter the rest of the info" if the user types something, then the code will trap it and pop up the dialog box, how is this done? Is there a website that explains as well as shows this? John :confused: Quote
hog Posted January 23, 2004 Posted January 23, 2004 Have you thought about populating the combo box with the values from the file? This will restrict the user to pick only valid entries. If they want to add a new record then you can provide this fuctionality elsewhere, say with an Add New button? Quote My website
RBCC Posted January 24, 2004 Author Posted January 24, 2004 Yes that is what it will do, however I am trying to figure out how to use the keypress event so the program will know when the a keypress happens. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.