Dear AccessNub,
I'm using your function and it works as far as the importing & moving goes, but gives an error on the Error Handle (how ironic ;))
Error_Handle:
CurrentDb.Execute "DELETE testingBeatport.*, testingBeatport.ImportDate FROM testingBeatport" & _
"WHERE...
Hello all,
Hope all is well.
I'm really stuck here and I desperately hope someone will help me :(
I have a module called 'importBP'
This contains Public Function importBeatport()
I have a button with event:
Private Sub cmdImportStatementBeatport_Click()
"how on earth do i run the module...