P
pauld
I have a Form/SubForm where I use the contents of certain fields on the
SubForm to validate the accuracy of corresponding fields on the Form. The
sources of the 2 Forms are different Tables.
I'd like to be able to change the contents of the field on the Form if the
contents of that field on the SubForm indicates a different value. The
Subform field data is the "official" values and the data on the Form is not.
I thought I could simply run a Macro using SetValue with the destination
being the field on the Form and the expression being [Forms]![SUBFORM]![FIELD
NAME], but that doesn't work.
I'd appreciate some ideas on how to do this using MS Access Macro commands.
I'm not at all familiar with other methods.
Thanks.
SubForm to validate the accuracy of corresponding fields on the Form. The
sources of the 2 Forms are different Tables.
I'd like to be able to change the contents of the field on the Form if the
contents of that field on the SubForm indicates a different value. The
Subform field data is the "official" values and the data on the Form is not.
I thought I could simply run a Macro using SetValue with the destination
being the field on the Form and the expression being [Forms]![SUBFORM]![FIELD
NAME], but that doesn't work.
I'd appreciate some ideas on how to do this using MS Access Macro commands.
I'm not at all familiar with other methods.
Thanks.