cardgunner
Registered User.
- Local time
- Today, 15:10
- Joined
- Aug 8, 2005
- Messages
- 210
I have 2 subforms in my main. in Sub1 I have a field alt_id and it's set as an auto number. I placed a text box, Text16, in main and set it's control source to be sub1!alt_id.
In Sub2 i linked main.bpid to sub2.bpid and main.text16.value to sub2.alt_id.
However i need to refresh sub2 in order to display the records that are linked. What I have to do is click into the subform and hit rrefresh all.
I would like to set sub1 to refresh sub2 anytime the record changes. So I go from record 1 to record 2 in sub1 then sub2 will refrsh and show it's contents in relation to sub1.
In Sub2 i linked main.bpid to sub2.bpid and main.text16.value to sub2.alt_id.
However i need to refresh sub2 in order to display the records that are linked. What I have to do is click into the subform and hit rrefresh all.
I would like to set sub1 to refresh sub2 anytime the record changes. So I go from record 1 to record 2 in sub1 then sub2 will refrsh and show it's contents in relation to sub1.