Hello
I am writing a VBA application (for use in AutoCAD – not sure how much that matters), but i am trying to set the value of a control on one form with a command button on another form… It seemed to me that something like Forms!frmOtherForm.OtherFormControl.value = ThisFormControl.value was the way to do this
When I step throught the program, it gives me the message “Object Required”…. Am i missing something here? Thanks in advance for your help