Search results

  1. F

    Open any excel files in access

    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...
  2. F

    how to run a function using Private Sub Onclick

    THANK YOU! must have been doing something wrong cus tried that before and didn't work, but now it does..
  3. F

    how to run a function using Private Sub Onclick

    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...
Back
Top Bottom