Search results

  1. P

    Insert into from another database

    Hi everyone. I'm trying to copy records from another base into existing table in current base by: DoCmd.RunSQL ("INSERT INTO pivot (RFO_CLIENT_ID, FOLDER_DATE_CREATE, start_time, end_time) SELECT (RFO_CLIENT_ID, FOLDER_DATE_CREATE, start_time, end_time) FROM svod IN 'Z:\NPS\NPS - Operator -...
  2. P

    access 64 bit linking tables

    Hi. I have a code for linking tables. It works on Access 32 bit. I modify the code for 64 bit (include PtrSafe after all Declares, etc...) But it doesn't work. When I try to chose database in dialog window, my program closed. Public Function GetDbPath(path_name As String) As Integer Dim i As...
Back
Top Bottom