Hi
On the 'on current' control of my form, I'm trying to requery a control on the sub form. but I can't figure out the code.
[List] is my form
[Listsub_ClassKid] is my subform
[ckCID] is what I want to requery
On the main form do I use:
Me.[ListSub_ClassKid].[ckCID].Requery
or do I use this it on the 'on current' of the sub form?
John