Vulcan1500
Registered User.
- Local time
- Today, 23:43
- Joined
- Nov 13, 2007
- Messages
- 143
My MS Access 2003 database works, but as soon as it's compiled to mde and started in the MS Access 2003 RUNTIME 2003 it generates error 'OpenReport action was cancelled'. If I reject from the mdb in the on open event the code:
and compile it to mde this error does not occur. Any idea why?
The reason to get the logo from this path is, that the user is free to install the frontend at any location.
Code:
Dim PathLogo As String
PathLogo = CurrentProject.Path & "\logo.jpg"
Me.imgPic.Picture = PathLogo
The reason to get the logo from this path is, that the user is free to install the frontend at any location.