Hello to everyone. Office 2007
I have a database name "medb" which contain two forms name "reportshow" and "importdata" what i want is to import some data from excel sheet. into my database table which is already created and some data already. importdata contain one button and textbox. Textbox contains the name of the excel file and button offcourse bind to code which imports data
how can i connect to that excel sheet and get the data into my table named "thename"
Data format in excel sheet is
1stColumn | 2ndColumn | 3rdColumn
Name | Lastname | Age
I have a database name "medb" which contain two forms name "reportshow" and "importdata" what i want is to import some data from excel sheet. into my database table which is already created and some data already. importdata contain one button and textbox. Textbox contains the name of the excel file and button offcourse bind to code which imports data
how can i connect to that excel sheet and get the data into my table named "thename"
Data format in excel sheet is
1stColumn | 2ndColumn | 3rdColumn
Name | Lastname | Age