D
Dave
Is it possible to open a form / close the current form at
the same time with a click of a command button? If so,
how? Thanks!
the same time with a click of a command button? If so,
how? Thanks!
them both on the cmd_click function at the same time, only
the first one happens...meaning if i have open first, form
opens while other stays open and vise versa. Any ideas if
I can do both at the same time / same click?
-----Original Message-----
DoCmd.OpenForm "Form2"
DoCmd.Close acForm, Me.Name
--
Bruce M. Thompson
(e-mail address removed) (See the Access FAQ at http://www.mvps.org/access)
within the newsgroups so that all might benefit.<<
.