D
Dan
Hi;
I'm going to try this again I am developing in Office
XP.
I have two forms, "Beans" and "Sprouts". "Beans" opens
the form "Sprouts". So, when "Sprouts" opens up, "Beans"
will always be open.
MY PROBLEM: On the open procedure for "Sprouts" I want
to disable the MinMaxButtons and the Close button
on "Beans".
I have tried the folliwng code:
Form![Beans]!MinMaxButtons = 0 but I get the runtime
error "Microsoft Access can't find the
field 'MinMaxButtons' refered to in your expression".
What should the actual code be? I need the close button
too.
Thanks,
Dan
I'm going to try this again I am developing in Office
XP.
I have two forms, "Beans" and "Sprouts". "Beans" opens
the form "Sprouts". So, when "Sprouts" opens up, "Beans"
will always be open.
MY PROBLEM: On the open procedure for "Sprouts" I want
to disable the MinMaxButtons and the Close button
on "Beans".
I have tried the folliwng code:
Form![Beans]!MinMaxButtons = 0 but I get the runtime
error "Microsoft Access can't find the
field 'MinMaxButtons' refered to in your expression".
What should the actual code be? I need the close button
too.
Thanks,
Dan