Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating a subform

Status
Not open for further replies.

wabtrainer

IS-IT--Management
Feb 4, 2002
66
GB
I have a form open with which holds a students name which includes a subform of courses on which he enrolled and a command button to open another form from which courses can be selected for enrollment. When that form is closed I would like to automatically update the subform to reflect the change, at the moment it doesn't update until you move to the next or previous record. Any idea what code should be used and what event should implement it?
I would be gratefull for any advice on this.
 
Try

Me.Refresh or
Me.Requery or
Me.Repaint or
Me.Recalc

I"m not sure which will do it but one of them will most probably work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top