J
Jade
I am trying to design a button in one form that opens
another form and executed a button method within that form.
I want to button to open a form based on a different table,
then execute the code connedced with a cmdNew_Record button
in the second form. This command shows several hidden
buttons and instructions, as well as opening a blank record.
I have tried a line "Runcommand acRunCmd..." to try to get
the second method to run, but I keep getting argument errors.
I tried changing the "Private Sub" to "Public Sub" on the
header for the method I want to run, but that did not do
any good.
Thanks for your assistance in advance.
ps: In case it's not obvious, I'm a neophyte, a high school
teacher trying to keep my mind alive.
--jade
(e-mail address removed)
another form and executed a button method within that form.
I want to button to open a form based on a different table,
then execute the code connedced with a cmdNew_Record button
in the second form. This command shows several hidden
buttons and instructions, as well as opening a blank record.
I have tried a line "Runcommand acRunCmd..." to try to get
the second method to run, but I keep getting argument errors.
I tried changing the "Private Sub" to "Public Sub" on the
header for the method I want to run, but that did not do
any good.
Thanks for your assistance in advance.
ps: In case it's not obvious, I'm a neophyte, a high school
teacher trying to keep my mind alive.
--jade
(e-mail address removed)