Hi,
You can able to access all objects on a form,but it should be have public or friend property
For example.,two forms have application named as form1 and form2,
form1
public strCustomerID as string ="C10000"
form2
me.lblCustomerID.text=form1.strCustomerID