I have a form to add data to a table. That works like a charm. The
part that doesn't work is...
I have a drop-down that when its "On Change" event is triggered it
will make "Visible" and "Enabled" both "Yes" for another object on the
form. The VB code escapes me. For the "Event Procedure" I started to
have "db1.MyForm .". After I typed "db1." I had the option to select
"MyForm", which is the form I am working on, but after I typed a "."
following "db1.MyForm " I didn't get any options/objects/methods to
select.
Can someone give me a hint on what I need to do?
Why doesn't "db1.MyForm ." give me anything to select?
Thanks!
part that doesn't work is...
I have a drop-down that when its "On Change" event is triggered it
will make "Visible" and "Enabled" both "Yes" for another object on the
form. The VB code escapes me. For the "Event Procedure" I started to
have "db1.MyForm .". After I typed "db1." I had the option to select
"MyForm", which is the form I am working on, but after I typed a "."
following "db1.MyForm " I didn't get any options/objects/methods to
select.
Can someone give me a hint on what I need to do?
Why doesn't "db1.MyForm ." give me anything to select?
Thanks!
Comment