Hello all. I am a newbie around these parts. I am no expert in Access but I am technologically inclined for what it is worth. This is my problem I have been trying to solve for some time now and I would really appreciate some direction:
Textbox1= [txtlastname]
Textbox2= [txtfirstname]
Listbox=[listinfo]
Both textboxes are unbound and my listbox is bound by ID to contacttable. My listbox shows 2 columns for fields lastname and firstname from contacttable . I would like for a user to be able to type info in these text boxes and then with the click of a command button search the list box for the information.
I have no
VB to show you because I just don't know how I should be approaching this after find many different suggestions through searching the web.