I've got an access database named Menu.mdb.
The database contains records with:
ID, Name, Type

I need to make a form with a textbox. When I type a string in a textbox and hit a button it must search the datbase to see if there is a Name containing my string. It does not have to be a match, it must just contain it.If it finds any it should be listed as an item in a listview (wich is also on this form)...

How do I do this ??