Two Forms get opened with a single click (1 Viewer)

SachAccess

Active member
Local time
Today, 15:15
Joined
Nov 22, 2021
Messages
389
Hi,

I have multiple Forms in my Database. I am facing below issues with some of the forms.
For example if I click of Form 'A' in navigation form, both form 'A' and 'B' gets opened.
This is not required, only form 'A' should get open.

I am not able to find out option to check this code. I checked properties of the form but was not successful.
Can anyone please help me in this. Thanks.
 

CJ_London

Super Moderator
Staff member
Local time
Today, 10:45
Joined
Feb 19, 2013
Messages
16,607
does form A have code to open form B?

Step through your code from the start of the click event on the navigation form.

To do this, open the vba window at the start of the click event and then click on the left bar - a maroon dot will appear

1638268913944.png


then run your code by opening the navigation form and clicking on the button. Click the F8 button to step through a line at a time
 

SachAccess

Active member
Local time
Today, 15:15
Joined
Nov 22, 2021
Messages
389
Hi @CJ_London sir, thanks a lot for the help. Am going through this and will revert with details. Have a nice day ahead. :)
 

Users who are viewing this thread

Top Bottom