Hi,
1. I have a Main form (based on a table) with a Subform.
2. The Subform is based on a Query (Because I want to show the Last recent Record only... Im talking about the Salary)
I want to save the data from the Subform (Salary Field) to my Table, I dont know if VBA will be the best option.. or any suggestions that will give me same results.. thanks...
TABLE FIELDS:
ID*
EMPLOYEE_NOS
NAME
SALARY
MAIN FORM FIELDS:
ID*
EMPLOYEE_NOS
NAME
SUBFORM FIELDS:
EMPLOYEE_NOS
SALARY
1. I have a Main form (based on a table) with a Subform.
2. The Subform is based on a Query (Because I want to show the Last recent Record only... Im talking about the Salary)
I want to save the data from the Subform (Salary Field) to my Table, I dont know if VBA will be the best option.. or any suggestions that will give me same results.. thanks...
TABLE FIELDS:
ID*
EMPLOYEE_NOS
NAME
SALARY
MAIN FORM FIELDS:
ID*
EMPLOYEE_NOS
NAME
SUBFORM FIELDS:
EMPLOYEE_NOS
SALARY