Underlay example for Access 95 and 97

This example loads a bitmap into Lead2 and uses it as a tiled underlay for Lead1.

Me![Lead2].Visible = False
Lead2.Load "c:\lead\images\ulay1.bmp", 0, 0, 1
Lead1.Underlay Lead2.Bitmap, UNDERLAY_TILE
Lead1.ForceRepaint