Okay. It's working.
By just replacing
Else: Me![Bild02].Picture = ""
with
Else: Me![Bild02].Properties("Visible") = False
Now I'd like to auto-adjust the detail section's height. But I'll find that one out myself as well, I guess.
Hi. Please help. I'm including pictures in a report.
(code in the detail section / format):
Dim empty As Boolean
empty = IsNull(Me![ImagePath])
If empty = False Then
Me![Bild02].Picture = Me![ImagePath]
Else: Me![Bild02].Picture =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.