So chasing this down further, I have determined the problem occurs because of:
a. Form has a Tab Control
b. Tab Control has multiple pages
c. 3 of the pages reference the same sub-form with different filtering criteria (there are reported issues with Sub-Forms on a Tab Control)
d. If form is...
The journey continues...
After removing the grid and still encountering crashes, this eliminates the GRID as a potential culprit.
I focused on the Form_Load's docmd.gotorecord acnew when the form is open to insert a new record. When it was commented out no more crashes.
Traced code after the...
Just a further note/observation - it seems that when this specific form is opened on an existing record, it opens without incident.
Form_Load code checks if the form is to be opened in Add mode and if so, it uses the DoCmd.GoToRecord , , acNewRec
Hi Doc,
Thank you again for your insight.
Regarding the 3rd party control: This grid control is used in numerous places across our application. All startup, initialization and population of the control is consistent across all the other forms and yet the problem is only manifesting itself on...
Firstly, thank you so much for your detailed explanation of these internals. This is truly an education :)
Patching - first - are these dlls out of date? Based on Win10 installation, what are the latest versions of these DLLs. Regardless, this would have to be done by IT, as it is not in my...
I'm running an access application in RDP and CITRIX environments.
It inconsistently crashes on a specific form after performing the Form_Load code while adding a new record and returning to internal access code. The form is bound to a SQL db view. Permissions are ok since it works...