RE: how to subtract 2 fields in my form
From: OsmarJr (OsmarJr_at_discussions.microsoft.com)
Date: 09/01/04
- Next message: Douglas J. Steele: "Re: Need help with running a custom help file on a Access 2000 form"
- Previous message: StCyrM: "Re: how to subtract 2 fields in my form"
- In reply to: Dan: "how to subtract 2 fields in my form"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Douglas J. Steele: "Re: Need help with running a custom help file on a Access 2000 form"
- Previous message: StCyrM: "Re: how to subtract 2 fields in my form"
- In reply to: Dan: "how to subtract 2 fields in my form"
- Messages sorted by: [ date ] [ thread ]