I have a mainform. I select from a couple of combo boxes. Based upon these selections, it pulls up appropriate info in subform #1.
There is a field in subform #1 which I want to populate a field in subform #2 with (automatically).
What kind of "event" is this? After/before? I tried everything, nothing works.
Let's try these naming conventions:
Main form = mainform
Subform #1 = subform1
Subform #2 = subform 2
Field Subform #1 = fieldsubform1
Field Subform #2 = fieldsubform2
Help me write the code and help me locate where to put that code. It's been troubling me for a long time.
Thanks, I hope someone can help me out.
There is a field in subform #1 which I want to populate a field in subform #2 with (automatically).
What kind of "event" is this? After/before? I tried everything, nothing works.
Let's try these naming conventions:
Main form = mainform
Subform #1 = subform1
Subform #2 = subform 2
Field Subform #1 = fieldsubform1
Field Subform #2 = fieldsubform2
Help me write the code and help me locate where to put that code. It's been troubling me for a long time.
Thanks, I hope someone can help me out.