HardingR2000
Programmer
I have FormA with ComboBoxA and a command button which takes me to FormB. ComboBoxA has TableA as a record source. FormB allows me to make a new entry into TableA. When I return (close) from FormB I want FormB to set ComboBoxA's value to the value I just created on FormB.
In the close process for FormB I have tried:
Forms!FormA!ComboBoxA = <new value created by FormB>
and several other variations. Nothing works.
Any suggestions?
In the close process for FormB I have tried:
Forms!FormA!ComboBoxA = <new value created by FormB>
and several other variations. Nothing works.
Any suggestions?