crhodus
03-16-2001, 12:20 PM
I have a form named “Company_Info”. On this form is a field named “Company_ID”.
I have a button on the bottom of the “Company_Info” form that opens another form named “Project_Form“. This form allows the user to enter in project information. It also contains a field that is named “Company_ID”.
The “Company_Info” form stores its data in a table called “Customer”, and the “Project_Form” form stores its data in a table called “Project
How can I have the “Company_ID” field value from the “Company_Info” table automatically pass its vaue to the “Company_ID” field that is in the “Project_Form” when that company’s “Project_Form” is filled out for the first time?
I have a button on the bottom of the “Company_Info” form that opens another form named “Project_Form“. This form allows the user to enter in project information. It also contains a field that is named “Company_ID”.
The “Company_Info” form stores its data in a table called “Customer”, and the “Project_Form” form stores its data in a table called “Project
How can I have the “Company_ID” field value from the “Company_Info” table automatically pass its vaue to the “Company_ID” field that is in the “Project_Form” when that company’s “Project_Form” is filled out for the first time?