Results 1 to 3 of 3
  1. #1
    rtlehner is offline Novice
    Windows 10 Office 365
    Join Date
    Apr 2023
    Posts
    1

    Unhappy Insert into error

    Why am I suddenly getting a Reserved error (-1524) when doing a simple INSERT INTO COMMAND?



    INSERT INTO Table1 SELECT * FROM Table2;

    I have a data base which has been running smoothly for years....suddenly, the execution of this INSERT INTO command is failing. Our enterprise may have received some office 365 updates last night...that's the only change which has occurred. Anyone else encounter this sudden error as well?

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,939
    not sure what you mean by 'doing a simple INSERT INTO COMMAND'. Are you executing it by opening a query? using VBA or macro to execute an existing query? or VBA to create the sql string and executing that.

    It may be a 365 update that is causing the issue but have you checked the basics - each table has the same number fields in the same order with the same datatypes? and table 1 does not contain an autonumber field?

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    do both tables have the exact same fields?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 03-26-2019, 02:40 PM
  2. Error with INSERT INTO query
    By mdavid in forum Forms
    Replies: 2
    Last Post: 11-17-2017, 06:38 AM
  3. Replies: 3
    Last Post: 03-05-2013, 11:17 AM
  4. Help with Insert Into Error
    By mdiaz in forum Forms
    Replies: 5
    Last Post: 11-15-2011, 01:48 PM
  5. insert into error
    By jscriptor09 in forum Access
    Replies: 1
    Last Post: 07-10-2011, 11:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums