S
shank
I'm trying to build a report with pictures. I found the below code online.
It 'kinda' works. One of the quirks is that if I hold my mouse over the
reports name in the DB manager, the screen starts flickering like it's
pre-loading pictures before I double-click it. Next quirk is that whne I do
initiate it, it will load a couple pages then crash Access. Not good! Is the
below just way to simple to get done what I need?
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me![DiscIcon].Picture = Me![Pic]
End Sub
thanks!
It 'kinda' works. One of the quirks is that if I hold my mouse over the
reports name in the DB manager, the screen starts flickering like it's
pre-loading pictures before I double-click it. Next quirk is that whne I do
initiate it, it will load a couple pages then crash Access. Not good! Is the
below just way to simple to get done what I need?
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me![DiscIcon].Picture = Me![Pic]
End Sub
thanks!