Eoin Neil said:
I mean for example :
Record open ina form called "form 2" and then click on a link that will
open
an associated link in say "form 5"
You have still not explained what record you want this new form to open to?
Also, it is not clear at all what you mean by "associated link".
do you want form 5 to open to any old record?
Perhaps the first record in the forms bound table?
Perhaps the last record in the forms bound table?
Perhaps the SAME record that is currently being viewed in form 2?
Perhaps you want the form 5 to show all child records (those related) to the
current record in form 2?
You have to do a better job here. In your first post you even failed to
mention that you wanted to open another form!!!
We don't need a long question, but you certainly do have to clear up what
exactly you are trying to accomplish here.
To open, or launch another form, you can build the button with the wizard.
In design mode, simply drop a button onto your form 2 (when in design mode).
The wizard should start, and give you an option to build a button that
launches another form.
However, if you need that other form (form 5) in our discussion to open to a
particular record, then you have to provide more information as to what
record you want that form open to (or, if you don't care, then just use the
wizard as per above).