Hi,

I have a form named frmSomeForm with an object on it called ws1.

I have a module with will reference teh ws1 object but I don't want to have to keep typing in frmSomeForm.ws1.Command in the module.. Is there an easier way of doing this, such as creating a new object out of frmSomeForm.ws1 and calling it Obj so that way I can just write Obj.Command in my module instead?

Any help would be appreciated..

DAn