Looking to see if anyone has had this problem before.
I've got a form with a tab control on it and several subforms on different tabs.
I have events coded On_Open, On_Activate and On_Current.
Recently, when opening this form, I got an error talking about a bracketing error on a field name. I've used a find and replace add-in to search all controls and code, but do not find an instance of this string which is causing the bracketing error.
The really interesting thing about this is that this error occurs before ANY of the form events. I put break points on all my load events (Open, Activate and current) and discovered first that this error happens before these events and second and most vexing, that my break points were trapping in this order: Activate -> Current -> Open
I've tried to run the built in analyzer on this form, but the database ab-ends each time.
I've googled and could not find any references to this problem and was hoping someone has seen it before.
Thanks,
Todd
I've got a form with a tab control on it and several subforms on different tabs.
I have events coded On_Open, On_Activate and On_Current.
Recently, when opening this form, I got an error talking about a bracketing error on a field name. I've used a find and replace add-in to search all controls and code, but do not find an instance of this string which is causing the bracketing error.
The really interesting thing about this is that this error occurs before ANY of the form events. I put break points on all my load events (Open, Activate and current) and discovered first that this error happens before these events and second and most vexing, that my break points were trapping in this order: Activate -> Current -> Open
I've tried to run the built in analyzer on this form, but the database ab-ends each time.
I've googled and could not find any references to this problem and was hoping someone has seen it before.
Thanks,
Todd