J
judith
What is the best way to refresh a screen when data has
changed. I have two sub forms, one showing items that
have been completed and the other showing items
remaining. As I tick a box the record moves from one
subform to the other. I am using a requery command which
works but is rather slow.
DoCmd.Save
Forms!systemForm!maintenanceNoVisitLogForm.SetFocus
DoCmd.Requery
Any suggestions please.
changed. I have two sub forms, one showing items that
have been completed and the other showing items
remaining. As I tick a box the record moves from one
subform to the other. I am using a requery command which
works but is rather slow.
DoCmd.Save
Forms!systemForm!maintenanceNoVisitLogForm.SetFocus
DoCmd.Requery
Any suggestions please.