L
Les
I need to create a new record in a sub form when I enter details in a field
in the main form.
The sub form is in Datasheet view and is linked by two fields. Details are
as follows.
The main Record is in a form called High_Level_Project and I am using 2
fields "Key" & "txtProject_Title" to link to the Subform "Key2 &
"strProject_Title".
The table names are "tblHigh_Level_Project" (Main Form) &
"tblProject_Grades_Required" (Sub From)
Now I know I need to create a new record in the Table
"tblProject_Grades_Required" but I can't figure out how to do this.
I need this to be trigered when the operator tabs out of a field in the Main
Form called "strProject_title"
I understand that this should be quite simple but I can't find the way to do
it.
Thanks
Les
in the main form.
The sub form is in Datasheet view and is linked by two fields. Details are
as follows.
The main Record is in a form called High_Level_Project and I am using 2
fields "Key" & "txtProject_Title" to link to the Subform "Key2 &
"strProject_Title".
The table names are "tblHigh_Level_Project" (Main Form) &
"tblProject_Grades_Required" (Sub From)
Now I know I need to create a new record in the Table
"tblProject_Grades_Required" but I can't figure out how to do this.
I need this to be trigered when the operator tabs out of a field in the Main
Form called "strProject_title"
I understand that this should be quite simple but I can't find the way to do
it.
Thanks
Les