baldeagle
Registered User.
- Local time
- Today, 03:19
- Joined
- Nov 9, 2004
- Messages
- 38
I have a text box, when after update refreshes a subform.
The first time is it used, it works fine, but the next record - it displays the subform data from the previous record. Strange. Any Ideas?
The subform is related to the parent form by a 1 -> Many Inner Join (I think. It is the type where both table have to have the value).
There is no other code than
To make it even more intersting... the values are correct after you move the record selector away from the record and return to it. (via the little arrows at the bottom)
The first time is it used, it works fine, but the next record - it displays the subform data from the previous record. Strange. Any Ideas?
The subform is related to the parent form by a 1 -> Many Inner Join (I think. It is the type where both table have to have the value).
There is no other code than
Code:
Me.frmSbCust.Requery
To make it even more intersting... the values are correct after you move the record selector away from the record and return to it. (via the little arrows at the bottom)