[AccessD] Requery subform

Arthur Fuller fuller.artful at gmail.com
Sat Mar 26 10:35:59 CDT 2022


In the main form is a combo listing Projects. The subform lists Machines
for the selected Project. The combo's AfterUpdate event contains the line:
<code>
    Me.Customer_Edit_frm_Subform.Requery
</code>
This doesn't work. Is my syntax correct?
It has also occurred to me to use the subform's Filter property, which (I
think) automatically requeries the subform when I invoke the ApplyFilter
event. But maybe setting the Filter is enough. I don't know. Advice?


-- 
Arthur


More information about the AccessD mailing list