How do I close a form in Access?

G

gradyhaDB

I've worked with forms in all other Office products, but am being challenged
by Access.

Once in a form, having populated it, and having clicked 'OK', I want to
unload or clear the form. I'm stumped.

Do I need procedure to call my form?
 
H

Howard Kaikow

if it is a vba userform, the userform gets closed the same way as in word,
excel, etc.
 
Top