Z
Zonk6719
I have a Form called "Form1" that is created from "Table1" this form contains
project information it also has a UnqiueID (ISSUEID) that is an auto number.
I also have a form called "Form2" which is created from "Table2" this form
will contain more detailed information about the project, this table also has
a UniqueID as well as another field called (ISSUEID).
Here is what I need help with. I have a certain field on "Form1" which when
I double click on it will open "Form2". Where I am running into an issue is
keeping this Detail from "Form2" tied to "Form1". So what I was thinking I
was needing to do is populate "Form2.ISSUEID" with the value from
"Form1.ISSUEID".
But I am not sure how to do this.
Thank you for any help!!!
project information it also has a UnqiueID (ISSUEID) that is an auto number.
I also have a form called "Form2" which is created from "Table2" this form
will contain more detailed information about the project, this table also has
a UniqueID as well as another field called (ISSUEID).
Here is what I need help with. I have a certain field on "Form1" which when
I double click on it will open "Form2". Where I am running into an issue is
keeping this Detail from "Form2" tied to "Form1". So what I was thinking I
was needing to do is populate "Form2.ISSUEID" with the value from
"Form1.ISSUEID".
But I am not sure how to do this.
Thank you for any help!!!