Hello,
This is somewhat tricky to explain, but I would love some help.
I have a master form (frmMaster) with two subforms (frmsub1, frmsub2). After selecting a number in a combo box (combo1) in frmsub1, a text box (text1) in frmMaster is automatically updated with the same number. Then, using the linking ability between the master fields and the child fields, a text box (text2) in frmsub2 is also updated with the same value.
The issue is the following: after selecting the number in combo1, I can see that the same number is populated in frmsub2. The next button I select is Save. What happens, though, is that the information in the main form and frmsub1 is saved - the information in frmsub2 is NOT saved.
Here is when it gets even stranger: If I first select the number in combo1, look down at text2, see that it has the right number, and then RETYPE in the same number into text2 and hit save, it saves in ALL three locations.
This is confusing, sorry, but it is a strange issue and I am not an expert with this.
Thanks,
Dan