This is what I'd like to happen:
1. User enters "smit" into a text box on a form
2. User then hits <Enter> or clicks a command button
3. A query searches all fields in the table and puts the results in a combo box
4. The user clicks the dropdown on the combo box
5. The combo box displays results like:
First Last SSN
Smitty Jones 111-11-1111
Terry Smith 222-22-2222
George Smith 333-33-3333
6. The user clicks "George Smith 333-33-3333"
7. Using the SSN, the form updates with George Smiths info
Please note that I am not a programmer. I can massage VBasic a bit if I can make out what is logically happening, but I am an Intermediate Access Programmer at best. Thanks in advance for your help
1. User enters "smit" into a text box on a form
2. User then hits <Enter> or clicks a command button
3. A query searches all fields in the table and puts the results in a combo box
4. The user clicks the dropdown on the combo box
5. The combo box displays results like:
First Last SSN
Smitty Jones 111-11-1111
Terry Smith 222-22-2222
George Smith 333-33-3333
6. The user clicks "George Smith 333-33-3333"
7. Using the SSN, the form updates with George Smiths info
Please note that I am not a programmer. I can massage VBasic a bit if I can make out what is logically happening, but I am an Intermediate Access Programmer at best. Thanks in advance for your help