Good afternoon
I have a DB and in one of the forms there is a subform.
I need to use the function Me.Refresh to update a date.
I don't want to, however, to update the subform that i have associated with this form.
Is there any way (or code) that I can use to not update the subform? Or for example use the function Me.Refresh to update a single control of the form?
I've tried the function Me.Requery and it didn't work.
Thank you