Recalc not working

F

Faraz A. Qureshi

In one of my forms I want a subform to be updated the moment I enter it and
one of it's combobox be reflecting all the entries in one of the filed in the
parent/major form.

However,

Private Sub CrTrans_Enter()
Me.Recalc
End Sub

doesn't seem to be carryingout the same.

Any idea?
 
T

Tom van Stiphout

On Thu, 11 Feb 2010 02:45:01 -0800, Faraz A. Qureshi

How about Me.Requery?

-Tom.
Microsoft Access MVP
 
J

John Spencer

If all you want is the combobox to be updated, then perhaps all you need to do
is use Me.NameOfCombobox.REQUERY

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
 

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