F
Fipp
I am trying to have a button on a form where I push it and it opens the form
matching a field in the original form.
I am starting in "entry" form I click the button "addrun" it then opens the
"run" form. on both forms I have a field [formationid] I am trying to have
those fields match when I open the "run" form.
I tried the following in the where condition of the open form macro.
[Forms]![entry]![formation.formationid]=[Forms]![run]![formationid]
matching a field in the original form.
I am starting in "entry" form I click the button "addrun" it then opens the
"run" form. on both forms I have a field [formationid] I am trying to have
those fields match when I open the "run" form.
I tried the following in the where condition of the open form macro.
[Forms]![entry]![formation.formationid]=[Forms]![run]![formationid]