robinatsel
New member
- Local time
- Today, 21:49
- Joined
- Jun 22, 2015
- Messages
- 9
Running full Access 2016 (O365) on MS Windows 10 with linked MySQL database.
I have a simple append query that creates one record in Table A for each record in Table B. (Table B contains 189 records.)
When run directly it runs from beginning to end without problem.
When run as part of a sequence of events it stops, always after appending 50 records, with the message
... will reset the current code in break mode ...
Responding 'yes' only redisplays the message.
Responding 'no' allows the query to continue to end with records correctly generated BUT somehow prevents the Access window from closing other than with Task Manager.
There is no VBA code behind the event sequence.
I have tried deleting records in Table B on either side of the failure point, linking to a copy of the database, and also recreating Table B from scratch.
Any ideas anyone?
I have a simple append query that creates one record in Table A for each record in Table B. (Table B contains 189 records.)
When run directly it runs from beginning to end without problem.
When run as part of a sequence of events it stops, always after appending 50 records, with the message
... will reset the current code in break mode ...
Responding 'yes' only redisplays the message.
Responding 'no' allows the query to continue to end with records correctly generated BUT somehow prevents the Access window from closing other than with Task Manager.
There is no VBA code behind the event sequence.
I have tried deleting records in Table B on either side of the failure point, linking to a copy of the database, and also recreating Table B from scratch.
Any ideas anyone?
Last edited: