Hello.

I have a problem. I like to show one form on one screen and another a picture on projector. I have a dual screen card.

Ex code:

Set adoPic = AdoAuction.Recordset.Clone
adoPic.MoveNext
tmpPic = adoPic!Picture

tmpPic I like to show on the projector.
Is this possible?

Pet