I am trying to call a listbox on a subform to be clicked from a mainform.
Forms!Form2!LocationsSubform.Form.List10.SetFocus
Forms!Form2!LocationsSubform.Form.List10.ListIndex = 0
Forms!Form2!LocationsSubform.Form.List10_Click
Can someone tell me whats wrong, thanks
Forms!Form2!LocationsSubform.Form.List10.SetFocus
Forms!Form2!LocationsSubform.Form.List10.ListIndex = 0
Forms!Form2!LocationsSubform.Form.List10_Click
Can someone tell me whats wrong, thanks