skea
Registered User.
- Local time
- Today, 22:26
- Joined
- Dec 21, 2004
- Messages
- 341
Folks,
i open my relationship window from a form and i after hide its visibility using the code below.
I need to open the hidden form after clicking on the close(x) button of the relationship window.
Are there any ideas please.
i open my relationship window from a form and i after hide its visibility using the code below.
Code:
DoCmd.RunCommand acCmdRelationships
Forms![frmRelations].Visible = False
Are there any ideas please.