mcdhappy80
Registered User.
- Local time
- Today, 15:18
- Joined
- Jun 22, 2009
- Messages
- 347
I've created form and put a button on it, and put this code in buttons on click event:
I'm getting this error:
What is the problem here?
Code:
DoCmd.OpenReport "repResenje1"
I'm getting this error:
Run-time error 2501
The Open report was canceled
What is the problem here?