G
Guest
I have Form A and on Form A is SubForm B. Form A is a single view record
type form. SubForm B is a continuous form. The two forms are not linked
together. When you select an entry on SubForm B it passes the vlaues from
SubForm B to hidden field on Form A and then SubForm B issues a requery of
Form A. The query for Form A is based on those hidden fields.
The probem is that when Form A does a requery, it also requeries SubForm B
which I do not want it to do. Why is SubForm B doing a requery when a
requery of Form A is issued? How do I prevent SubForm B from doing a requery?
Thanks in advance for your help!
type form. SubForm B is a continuous form. The two forms are not linked
together. When you select an entry on SubForm B it passes the vlaues from
SubForm B to hidden field on Form A and then SubForm B issues a requery of
Form A. The query for Form A is based on those hidden fields.
The probem is that when Form A does a requery, it also requeries SubForm B
which I do not want it to do. Why is SubForm B doing a requery when a
requery of Form A is issued? How do I prevent SubForm B from doing a requery?
Thanks in advance for your help!