tuccokeith
Technical User
Hello,
I have three tables. A Project table that contains project id, purpose, status, change indicator, and requestor name.
The second table is Change Project Table. This table is contains the Project Id, change date, and Change reason.
The third table is a Requestor name table. I use this table as a lookup table tied to requestor name. This table contains, a Requestor ID, Last Name, First Name, Department Number and Phone Extension.
I would like to create a dataentry form that will allow me to data-entry the Project Table fields. In addition I would like a sub-dataentry form to come up when the Change Indicator is set to "Yes".
How do I code a sub form to be displayed when Change Indicator is set to "Yes"?
I have three tables. A Project table that contains project id, purpose, status, change indicator, and requestor name.
The second table is Change Project Table. This table is contains the Project Id, change date, and Change reason.
The third table is a Requestor name table. I use this table as a lookup table tied to requestor name. This table contains, a Requestor ID, Last Name, First Name, Department Number and Phone Extension.
I would like to create a dataentry form that will allow me to data-entry the Project Table fields. In addition I would like a sub-dataentry form to come up when the Change Indicator is set to "Yes".
How do I code a sub form to be displayed when Change Indicator is set to "Yes"?