Create a table with the Insert Into
How to fill in my data using.
I can lay my spreadsheet.
But how to fill in the data in the same query
Sample data for the first line
AdSoyad = iscinar
Onay = -1
Tarih = 28.08.2013
Code:CREATE TABLE MyTable ( Kimlik COUNTER not null primary key, AdSoyad VARCHAR, Onay BIT, Tarih DATETIME ); CurrentDb.Execute INSERT INTO MyTable ???????? 'How should it be