I'm using Access 2007 for the first time. converting something from an earlier VBA
I expected the Form double click event to run Private Sub [fieldname]_DblClick(Cancel As Integer) where Cancel = True would execute some code (independently of the Form)
This is working, but in addition if two forms are 'in view' it switches display to the other Form.
By 'in view' I mean both are in continuous sheet format with 2 tabs are showing above the first row. The 'active' tab is orange and the other blue, and you can toggle
between them.
Is this expected behaviour, or have I got something wonky? If it is normal can I override it so the Form does not change ?
Thanks...
I expected the Form double click event to run Private Sub [fieldname]_DblClick(Cancel As Integer) where Cancel = True would execute some code (independently of the Form)
This is working, but in addition if two forms are 'in view' it switches display to the other Form.
By 'in view' I mean both are in continuous sheet format with 2 tabs are showing above the first row. The 'active' tab is orange and the other blue, and you can toggle
between them.
Is this expected behaviour, or have I got something wonky? If it is normal can I override it so the Form does not change ?
Thanks...