D
David
I have clients that want to have their logo on each report
and or change the logo with out a Run time error 94 (empty
string)
I have placed a text box in a form where they type in the
path to their image on the hard drive, then i place an
empty picturebox on each report with the below code!(which
works well)
I have tried if IsNull etc and nothing works to stop the
error messge when the string is empty, any thoughts please?
my code to place the image:\
Dim strPath As String
strPath = DLookup("[logotest]", "My Company
Information")
Me!imgPicture.Picture = strPath
and or change the logo with out a Run time error 94 (empty
string)
I have placed a text box in a form where they type in the
path to their image on the hard drive, then i place an
empty picturebox on each report with the below code!(which
works well)
I have tried if IsNull etc and nothing works to stop the
error messge when the string is empty, any thoughts please?
my code to place the image:\
Dim strPath As String
strPath = DLookup("[logotest]", "My Company
Information")
Me!imgPicture.Picture = strPath