RE: how to subtract 2 fields in my form

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: OsmarJr (OsmarJr_at_discussions.microsoft.com)
Date: 09/01/04


Date: Wed, 1 Sep 2004 07:43:03 -0700

Properties -> Origin... -> = [est value] - [priority liens]

or in the event After update of the field priority liens:

    Me!ResultField = Me![est value] - Me![priority liens]

Use square brackets is there is a space in the name of the field.