I'm new to this forum and Access but have done lots of DB work in VB6 using Access tables.
The two don't seem to mix in Access as there are things like Docmd instead of code I'm used to in VB6. As a result I'm stuck on a few things which are probably simple.
I have a button which is hidden when the form opens normally. I need to be able to make it visible when I open the form Modally from another form. In VB6 its easy. frmname.cmdOK.Visible = True
I haven't found the question answered by Googling it. I see things like
FORMS!Myform!["Table"].["Control"].. blah blah, and I can't get it to work. It looks a lot of typing for nothing and Intellisense doesn't list what I want.
Could someone please put me right. I must have spent a solid 8 hours trying to find this answer.
Thanks
Mark
The two don't seem to mix in Access as there are things like Docmd instead of code I'm used to in VB6. As a result I'm stuck on a few things which are probably simple.
I have a button which is hidden when the form opens normally. I need to be able to make it visible when I open the form Modally from another form. In VB6 its easy. frmname.cmdOK.Visible = True
I haven't found the question answered by Googling it. I see things like
FORMS!Myform!["Table"].["Control"].. blah blah, and I can't get it to work. It looks a lot of typing for nothing and Intellisense doesn't list what I want.
Could someone please put me right. I must have spent a solid 8 hours trying to find this answer.
Thanks
Mark