Okay - I think I'm getting somewhere . . .
here's what I've done so far.
Private Sub btntest_Click()
Set rstEBPData = CurrentDb.OpenRecordset("tbl_test1", dbOpenTable) ' this is the input table
Set rstACTData = CurrentDb.OpenRecordset("tbl_test", dbOpenDynaset) ' this is the actual...
I am trying to create a new table from an existing table. The existing table is created from an import command ( DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "tbl_test", "S:\vata\surlak - Go To Sleep\Import Data Code\Actiwatch sample.xlsx", True). I have to find where the new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.