ReillyAlbany
Technical User
I have a Form with a Subform on a the second Page of a Tab Control. The Subform displays 1 child record at a time for all related records. I want to show the total number of child records without using the Record Selectors. The Text Box that I'm trying to place the record count in is called "Text36".
With the following code on the On Current property of the subform I am able to get the desired result but only after I've moved off of the first record in the subform. Until then it displays "1".
Can someone tell me how to refresh the subform recordset from the forms On Current property.
Thank you.
With the following code on the On Current property of the subform I am able to get the desired result but only after I've moved off of the first record in the subform. Until then it displays "1".
Can someone tell me how to refresh the subform recordset from the forms On Current property.
Thank you.