From what I think you 'might' be trying to say:
You want to send INFO from one form to another.
Some things you need to know.
1. If you want to send info to another form, that form must first be open. So my guess is that you are trying to send info before the form is open?
If so: just open the form, then send whatever you are trying to send, then refresh the form.
2. The form you are sending from must be open at the same time.
(These two points may have been irrelevant if you are first sending info to a global variable)
3. To use objects on another form:
formName.objectName.command
-m.