I have a table with 5 fields of static data: NewProjNum, OldProjnum, Desc, Client, Mgr.
I need a simple form that will allow me to type in the New Project Number to Retrieve the old Project Number and related info. Conversely, Id like to also be able to type in the old Project number to retrieve the new project number. I've tried creating a form with 2 selector buttons and using 2 unbound combo boxes and 2 text boxes for the Project #'s and 3 text boxes for the other info. I've gotten it to retrieve the data but it's got a few problems (the listboxes don't refresh/clear the data as I want them to) and other little annoying glitches (that would be ok if I were the only person to use it) so I'm hoping someone will be able to suggest a method that works better. Thanks to any and all help.
I need a simple form that will allow me to type in the New Project Number to Retrieve the old Project Number and related info. Conversely, Id like to also be able to type in the old Project number to retrieve the new project number. I've tried creating a form with 2 selector buttons and using 2 unbound combo boxes and 2 text boxes for the Project #'s and 3 text boxes for the other info. I've gotten it to retrieve the data but it's got a few problems (the listboxes don't refresh/clear the data as I want them to) and other little annoying glitches (that would be ok if I were the only person to use it) so I'm hoping someone will be able to suggest a method that works better. Thanks to any and all help.