Form Caption not being refreshed

  • Thread starter Thread starter geebee
  • Start date Start date
G

geebee

Hi,

I have a form with multiple subforms in it. I have
replaced the default recordindicator (i.e. the one which
shows yo uwhich record you are on) with a label which has
the following OnCurrent for the subform:

Me.recorddisplay.Caption = "record " & Me.CurrentRecord &
_
" of " & Me.RecordsetClone.RecordCount

When I change records in the parent form, the
recorddisplay label is not being refreshed properly. It
still shows the caption from the past record.

How can I add code to make a more reliable and accurate
refresh for this recorddisplay caption.

Thanks in advance,
geebee
 
Back
Top