Pacific Database

Home | Contact | FAQs | View Cart

A world of information at your fingertips

How to fade an Access form

You can give your application a touch of class by incrementally fading your forms in or out, or by displaying a form in a partially faded state.

The form you intend to fade must have its Popup property set to True.

Grab the code, and place it into a standard module. Then add the code shown below.

Note: You can call the FadeForm procedure from anywhere, and at any time, as long as you pass it a valid form object.