Adelina_RO
Member
- Local time
- Today, 14:57
- Joined
- Apr 9, 2021
- Messages
- 42
Hi people 
I return with another question that has me stumped...
I have the following setup:
Main Form (A) -> NavigationSubform with two forms (B and C)
-> SubForm B -> NavigationSubform with two forms (B1 and B2)
-> SubForm C -> NavigationSubform with three forms (C1, C2 and C3)
I have a button on B1 that is supposed to take me to C. I do that using: DoCmd.BrowseToForm , "C", "A.NavigationSubform", which works just fine.
My problem is that on runtime, before opening the A form, i open a hidden timer form (T) which does some periodic checkups, and it seams that if the hidden form is open, the docmd.browsetoform breaks down and gives me the 6054 error. If the T form is closed, the docmd.browseto works again...
Any thoughts would be greatly appreciated
Thank you

I return with another question that has me stumped...
I have the following setup:
Main Form (A) -> NavigationSubform with two forms (B and C)
-> SubForm B -> NavigationSubform with two forms (B1 and B2)
-> SubForm C -> NavigationSubform with three forms (C1, C2 and C3)
I have a button on B1 that is supposed to take me to C. I do that using: DoCmd.BrowseToForm , "C", "A.NavigationSubform", which works just fine.
My problem is that on runtime, before opening the A form, i open a hidden timer form (T) which does some periodic checkups, and it seams that if the hidden form is open, the docmd.browsetoform breaks down and gives me the 6054 error. If the T form is closed, the docmd.browseto works again...
Any thoughts would be greatly appreciated
Thank you
