williamlove
Registered User.
- Local time
- Today, 12:15
- Joined
- Feb 9, 2006
- Messages
- 37
I tried creating a means for a user to look at the database relationships using
Private Sub cmdShowRelationships_Click()
DoCmd.RunCommand acCmdShowAllRelationships
End Sub
I get runtime error 2046: "The command or action ShowAllRelationships isn't available now."
I'd appreciate tips on how to make it possible to open relationships from a command button.
Private Sub cmdShowRelationships_Click()
DoCmd.RunCommand acCmdShowAllRelationships
End Sub
I get runtime error 2046: "The command or action ShowAllRelationships isn't available now."
I'd appreciate tips on how to make it possible to open relationships from a command button.