Hi all expertise,
Let list the detail of my program.
I created a form(Maint) based on a table Project Master only. In ADD form I used a combo box to link to the Project ID field in Project Master. This Project ID is a AutoNumber Key field.
The user can use the Maint form to key in new project or change existing project info.
There is another table Project Detail which is linked to Project Master in the Table Relationship by Project ID field.
In Maint form, there is no issue changing the data for Project Master.
But the problem is with the insert new project in Maint form. I have created a button named Add button when click will save the record and open the Project Detail's form with the newly created Project ID. Some how I could link the newly created Project ID in Maint form to another form.
Hopefully there are some experience guys out there who can help me.
Thanks
Regards
Derby.
Let list the detail of my program.
I created a form(Maint) based on a table Project Master only. In ADD form I used a combo box to link to the Project ID field in Project Master. This Project ID is a AutoNumber Key field.
The user can use the Maint form to key in new project or change existing project info.
There is another table Project Detail which is linked to Project Master in the Table Relationship by Project ID field.
In Maint form, there is no issue changing the data for Project Master.
But the problem is with the insert new project in Maint form. I have created a button named Add button when click will save the record and open the Project Detail's form with the newly created Project ID. Some how I could link the newly created Project ID in Maint form to another form.
Hopefully there are some experience guys out there who can help me.
Thanks
Regards
Derby.