V
Veetold
The solution you suggested works very good - thanks again.
I encountered a new problem related to this topic.
According to your advise I put the following line to print and format event:
Me.BookCover.Picture = IIf(Me.IsCover= true, Me.BookCoverPath, "")
to avoid problems when the file specified in [BookCoverPath] field does not
exist I add a logical field to source table: [IsCover] indicating physical
presence of the file.
Surprisingly when there is no file MS Access 2000 displays on the raport
the image from previous record for which the image existed instead of the
blank place.
In this case for the book without a cover program displays the cover of the
previous book (with the cover).
How to avoid this problem?
Regards
I encountered a new problem related to this topic.
According to your advise I put the following line to print and format event:
Me.BookCover.Picture = IIf(Me.IsCover= true, Me.BookCoverPath, "")
to avoid problems when the file specified in [BookCoverPath] field does not
exist I add a logical field to source table: [IsCover] indicating physical
presence of the file.
Surprisingly when there is no file MS Access 2000 displays on the raport
the image from previous record for which the image existed instead of the
blank place.
In this case for the book without a cover program displays the cover of the
previous book (with the cover).
How to avoid this problem?
Regards