M mveijndh Registered User. Local time Today, 07:25 Joined Dec 17, 2011 Messages 113 Jan 13, 2016 #1 I want to see the data in an unbound calculated field change after I've changed the value in one of the calculations. How can I do this??
I want to see the data in an unbound calculated field change after I've changed the value in one of the calculations. How can I do this??
A Alc Registered User. Local time Today, 10:25 Joined Mar 23, 2007 Messages 2,421 Jan 13, 2016 #2 If by "one of the calculations'"you mean changing another field on the form containing your unbound control, you can use the AfterUpdate event for that first field.
If by "one of the calculations'"you mean changing another field on the form containing your unbound control, you can use the AfterUpdate event for that first field.