I am trying to use the build event by RC on a field of a form.
when the window comes up i get lots of options to click on that will build a command line for me.
I need to understand the syntax of entering information.i need the syntax of the following when a field is changed.
I have a form = main_etc, it has a table called lnnnet, the table has a date field called paidto.
I also have on this main form a subform called =payment_entry, it has a table called payment, the table has a field called date_to.
when data is entered into the date_to field I want to populate the same information in the paidto.
in other words
FORM TABLE FIELD SUB-FORM TABLE FIELD
main_etc!lnnnet!paidto = payment_entry!payment!date_to
what would syntax for this be in a line of "after_update"
or what ever
thanks so much
when the window comes up i get lots of options to click on that will build a command line for me.
I need to understand the syntax of entering information.i need the syntax of the following when a field is changed.
I have a form = main_etc, it has a table called lnnnet, the table has a date field called paidto.
I also have on this main form a subform called =payment_entry, it has a table called payment, the table has a field called date_to.
when data is entered into the date_to field I want to populate the same information in the paidto.
in other words
FORM TABLE FIELD SUB-FORM TABLE FIELD
main_etc!lnnnet!paidto = payment_entry!payment!date_to
what would syntax for this be in a line of "after_update"
or what ever
thanks so much