Form Caption not being refreshed

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top