Hi All,
I have an Excel spreadsheet that I need to import to Access. I used the DoCmd.TransferS preadSheet command but the problem I am facing is that all the field names are in Colums A1 to A15 and the data is in Columns B1 to B15. This is unlike the regular way of storing data where the fieldnames are across from A1 to P1 and the data is at the row level. Can anybody help me out?
Thanks.
Kinda.
I have an Excel spreadsheet that I need to import to Access. I used the DoCmd.TransferS preadSheet command but the problem I am facing is that all the field names are in Colums A1 to A15 and the data is in Columns B1 to B15. This is unlike the regular way of storing data where the fieldnames are across from A1 to P1 and the data is at the row level. Can anybody help me out?
Thanks.
Kinda.
Comment