CharlesWhiteman
Registered User.
- Local time
- Today, 21:42
- Joined
- Feb 26, 2007
- Messages
- 421
I'm trying to control a variable which is the path to an image which occurs in various reports but keep getting Debug issues. Here is my code can anyone shed any advise please?
OnOpen Event In Report:-
Dim strLogo As String
strLogo = (DLookup("Logo", "Tblconfiguration"))
Me.PicLogo = strLogo
OnOpen Event In Report:-
Dim strLogo As String
strLogo = (DLookup("Logo", "Tblconfiguration"))
Me.PicLogo = strLogo