I used the following code to store data calculated in a form to a table field:<br>
<br>
Loans.[LOAN_AMOUNT] = Forms![Loans3]![LOAN_AMOUNT]<br>
<br>
An error message "Variable Not Defined" is displayed. The Loans table is bound to the form via the REcordSource form property. <br>
What is the proper syntax for this action?
<br>
Loans.[LOAN_AMOUNT] = Forms![Loans3]![LOAN_AMOUNT]<br>
<br>
An error message "Variable Not Defined" is displayed. The Loans table is bound to the form via the REcordSource form property. <br>
What is the proper syntax for this action?