tuccokeith
Technical User
I have two tables:
Table 1 (Project) contains Project ID, Project Name, Project Description, Start Date, End Date, Change Indicator, Requestor
Table 2 (Change) contains Change ID,Project ID, Project Name, Change Reason, Change Date, Change Requestor.
I have a form that opens when The Change indicator (Yes/No) is set to True using VBA.
However, I want the Project ID, and Project Name in the Change Table(Table 2) to be automatically filled from the Project Table (Table 1) when the Change Indicator is set to "True".
Can I do this without using a query to link the two tables? Is there a way to use VBA logic to pull the fields from Table 1 to Table 2?
Thanks
Table 1 (Project) contains Project ID, Project Name, Project Description, Start Date, End Date, Change Indicator, Requestor
Table 2 (Change) contains Change ID,Project ID, Project Name, Change Reason, Change Date, Change Requestor.
I have a form that opens when The Change indicator (Yes/No) is set to True using VBA.
However, I want the Project ID, and Project Name in the Change Table(Table 2) to be automatically filled from the Project Table (Table 1) when the Change Indicator is set to "True".
Can I do this without using a query to link the two tables? Is there a way to use VBA logic to pull the fields from Table 1 to Table 2?
Thanks