Query OnClose

  • Thread starter Eslave DJ via AccessMonster.com
  • Start date
E

Eslave DJ via AccessMonster.com

Hi!. I have to catch an onClose event on an Access Query ....
there is some way to do that?
Many thanx!.
 
V

Van T. Dinh

There is no Events associated with Query.

AFAIK, you need to use the Query as the RecordSource of a Form and then use
the Event(s) of the Form.
 
Top