I am new to access.
Please help me...
I am using access 2000. I have an access form that is bound to the table employees. The employee table has fileds for lastname, firstname, age, etc.
I want to build a search function on the form. I added a text box and a search button. When the user enters the last name(or part of the last name) in the text box and clicks the search button, I want to display all matching records(many employees have the same last name)..in a list box.
The user can select the emplyee and that record is loaded on the form.
Can someone help me with this?
Please include all code as I am new to access.
Thanks in advance.
Please help me...
I am using access 2000. I have an access form that is bound to the table employees. The employee table has fileds for lastname, firstname, age, etc.
I want to build a search function on the form. I added a text box and a search button. When the user enters the last name(or part of the last name) in the text box and clicks the search button, I want to display all matching records(many employees have the same last name)..in a list box.
The user can select the emplyee and that record is loaded on the form.
Can someone help me with this?
Please include all code as I am new to access.
Thanks in advance.
Comment