K
Karkanov
Hi,
I have 2 table (Header, Main) in Header I have NumAuto,
which I copy in table Main. I use acImport to import my
Excel Data. I Have the header of the table in Excel. But
I don't have the what is the VB to import my Data? here
is what I tried:
DoCmd.TransferSpreadsheet acImport,
8, "Main", "c:\back\smt\" & Programme & "\" & AMJ & "\" &
Programme & ".hd", True, "C:K"
But what is does is it put all the data from the excel
file but without the numauto.
What should I do?
Thank you
I have 2 table (Header, Main) in Header I have NumAuto,
which I copy in table Main. I use acImport to import my
Excel Data. I Have the header of the table in Excel. But
I don't have the what is the VB to import my Data? here
is what I tried:
DoCmd.TransferSpreadsheet acImport,
8, "Main", "c:\back\smt\" & Programme & "\" & AMJ & "\" &
Programme & ".hd", True, "C:K"
But what is does is it put all the data from the excel
file but without the numauto.
What should I do?
Thank you