I’m pretty sure this possible but I’m just not finding a code that works. Here’s what I am trying to do:
I have a form puling from one table and then a subform in that form pulling from another table.
I have a field in the [FORM] called [GROSS REFUND] and a field in the [SUBFORM] also called [GROSS REFUND]
I want the value of [FORM].[GROSS REFUND], if the value is not zero, to be copied into a new record on the [SUBFORM.[GROSS REFUND]
I’m thinking this can be done with some kind of code as an After Update Event.
Does this makes sense? Is it possible?
Thanks
Kathie
I have a form puling from one table and then a subform in that form pulling from another table.
I have a field in the [FORM] called [GROSS REFUND] and a field in the [SUBFORM] also called [GROSS REFUND]
I want the value of [FORM].[GROSS REFUND], if the value is not zero, to be copied into a new record on the [SUBFORM.[GROSS REFUND]
I’m thinking this can be done with some kind of code as an After Update Event.
Does this makes sense? Is it possible?
Thanks
Kathie