preventing Form from opening

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
is there any way a can force form not to open based on specific field value from underlaying form's query
Is it possible to close Form from it's onCurrent event procedure where I can examin that specific field value first

Thanx
 
Can I assume that you have a procedure that is used to open the form? If
so, you could do your testing there, rather than after the form had already
been opened, in the OnCurrent event.
 
Back
Top