Member "name" does not evaluate to an object (Error 1943)

Invalid syntax. The syntax indicates that the next element being evaluated should be an object but it isn't.

For example, if you had a form called myform with a text box called text1, the command myform.txt.value = "help" would generate this error. The command should be myform.text1.value = "help".