I have a form that when click is trying to update another form. I have done this in VBA Access but cannot get it to work in VB. Here is an example in VBA:
Forms(nameofform).Controls(nameofcontrol) = variable
I keep getting an error because forms in true VB only has one property - count. Can anyone shed some light on this?
Dugger
Forms(nameofform).Controls(nameofcontrol) = variable
I keep getting an error because forms in true VB only has one property - count. Can anyone shed some light on this?
Dugger