Close one form when another record is selected on another form.

  • Thread starter Thread starter Fox
  • Start date Start date
F

Fox

Is there a way to write a cmd that will close one form based on if another
form has moved to another/different record?
 
I got the answer at UtterAccess and i put the code in the Current Event and
it worked like a charm.
DoCmd.Close acForm, "FormName"
You'll just have to figure out where to put it. One possibility might be in
the Current event of the other form.



-
Foxy
 
Back
Top