I have a couple of problems that I can't seem to get through and I need some help.

The first question is a simple one. Can you have multiple users in an Access 2000 MDB file?? I have a program with about 8 users (all adding and deleting records at will) and I want to make sure it is going to allow that.

The second question is, I have a list box and I am using a text box to search the contents of the list box. As I type in the TextBox it compares the text to that of the ListBox. However, this is where my problem arises. I have approximatly 200 items in the listbox and if you don't know the exact name you can't find it. Is there any way to use a wild card to search through the listbox?? I think I would need to use the Like function in VB but I'm not sure how to use that. If anyone could help it would be appreciated.

Any questions please ask.