[AccessD] Forgotten how to re-query a subform
Gustav Brock
gustav at cactus.dk
Mon Mar 14 10:48:42 CDT 2022
Hi Arthur
Try with:
Myctrl_cbo_AfterUpdate
Me.<subform.name>.Form.Requery
</code>
/gustav
-----Oprindelig meddelelse-----
Fra: AccessD <accessd-bounces+gustav=cactus.dk at databaseadvisors.com> På vegne af Arthur Fuller
Sendt: 14. marts 2022 16:46
Til: Access Developers discussion and problem solving <accessd at databaseadvisors.com>
Emne: [AccessD] Forgotten how to re-query a subform
Hell, it's enough work to recall my name! I'm 74.3 years old and losing whatever abilities I once had.
I have a form containing a subform. On the form, one is allowed to change the value in a combo box, and that should cause the subform to requery. I'm not sure of the syntax required to do this. Something along the lines of:
<code>
Myctrl_cbo_AfterUpdate
.RequeryMe.<subform.name>.Requery
</code>
--
Murphy was an optimist.
Arthur
More information about the AccessD
mailing list