Hi All
My query is very simple.
I have a data file with two fields only in EXCELL.( Fields are Name and Address)
1. Import this file in MSACCESS 2007.
2. Creat a Form in VB2008 Express edition.
3. Fetch the data from database file.
4. How to distribute/install this newly created programme to other computers by using Windows Installation tool.
I wish the form should be such that if first few characters of any name from the Name field of Database file is written in a text box the address for that specific name is displayed in other text box. I require procedure as well as coding for this.
Thanks in advance.