A Anne Dec 1, 2009 #1 Can you force a save record at a certain control, to force a requery to a linkfield at that point?
M Marshall Barton Dec 1, 2009 #2 Anne said: Can you force a save record at a certain control, to force a requery to a linkfield at that point? Click to expand... I don't understand what you mean by "force a requery to a linkfield", but you can force a record to be saved (as long as it passes its intefrity checks) at any tine by using a line of code: If Me.Dirty Then Me.Dirty = False
Anne said: Can you force a save record at a certain control, to force a requery to a linkfield at that point? Click to expand... I don't understand what you mean by "force a requery to a linkfield", but you can force a record to be saved (as long as it passes its intefrity checks) at any tine by using a line of code: If Me.Dirty Then Me.Dirty = False