J
JD
I have a form, Form1, with two command buttons. Each
button opens a second form, Form2.
Command Button1 opens Form2 in add mode, Command Button2
opens Form2 in edit mode.
If data mode = acFormadd, the footer should be invisible.
On Form2, I am having trouble locating the parameter to
read to enable this condition.
I have unsuccessfully tried " if me.forms.allowadditions
= true ...."
What parameter should I should be calling on Form2 to
allow for this to happen.
Thanks.
button opens a second form, Form2.
Command Button1 opens Form2 in add mode, Command Button2
opens Form2 in edit mode.
If data mode = acFormadd, the footer should be invisible.
On Form2, I am having trouble locating the parameter to
read to enable this condition.
I have unsuccessfully tried " if me.forms.allowadditions
= true ...."
What parameter should I should be calling on Form2 to
allow for this to happen.
Thanks.