Hi guys,

I'm trying yo develop my first application and need your help here:
On one form (Form1) I have a txtbox (txtsearch) and a button (CmdSearch), when the user hit the search button I want the program to look up the name(s) associated to the code entered in txtsearch and display it/them in a message box....

For the data source I have the choice between 2 files:

1 excel spreadsheet: 3 columns: 'Code' - 'City' - 'Country'
1 access 2k DB: same fields

Thanks in advance,

Tom