Sep 30, 2010 #1 primagic IS-IT--Management Jul 24, 2008 476 GB I have some code on an afterupdate event on a field, that is like Code: Me.Field1 = Me.Field2 Me.Field2.Requery However, the change doesnt show and it also doesnt make the change to the table. if I edit the field1 again it makes the previous change
I have some code on an afterupdate event on a field, that is like Code: Me.Field1 = Me.Field2 Me.Field2.Requery However, the change doesnt show and it also doesnt make the change to the table. if I edit the field1 again it makes the previous change
Oct 20, 2010 #2 LeonAtRC Programmer Nov 25, 2002 101 US I think you should be requerying Me.Field1 Upvote 0 Downvote