Hi Experts,
I have a table called payments with the following fields;
Customer_ID,
Loan_ID,
Payment_Type,
Schedule_ID,
Gross_Paid,
Net_Paid,
Payment_Date
And i would like to insert data into the table and the data is in both the main form and sub form as follows;
Main form data;
Customer_ID,
Payment_Type,
Payment_Date
Sub form data;
Loan_ID,
Schedule_ID,
Gross_Paid,
Net_Paid,
Please help with the SQL script.
Also note the sub form is a continuous form and i would like all the required data to move from it to the payments table.
Thanks in advance for all the help.
I have a table called payments with the following fields;
Customer_ID,
Loan_ID,
Payment_Type,
Schedule_ID,
Gross_Paid,
Net_Paid,
Payment_Date
And i would like to insert data into the table and the data is in both the main form and sub form as follows;
Main form data;
Customer_ID,
Payment_Type,
Payment_Date
Sub form data;
Loan_ID,
Schedule_ID,
Gross_Paid,
Net_Paid,
Please help with the SQL script.
Also note the sub form is a continuous form and i would like all the required data to move from it to the payments table.
Thanks in advance for all the help.