Re: expression i need to write rate -admin costs*driver percentage
From: dasad (dasad_at_discussions.microsoft.com)
Date: 03/19/05
- Next message: Garry Watson: "Re: how do i calculate networkdays in access 2000"
- Previous message: John Vinson: "Re: searching for text in a field - better way?"
- In reply to: Marshall Barton: "Re: expression i need to write rate -admin costs*driver percentage in."
- Next in thread: Marshall Barton: "Re: expression i need to write rate -admin costs*driver percentage"
- Reply: Marshall Barton: "Re: expression i need to write rate -admin costs*driver percentage"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 19 Mar 2005 09:33:02 -0800
Thanks for the help. It did not work. Rate is a dollar amount and the admin
costs is a percentage of that dollar amount.
"Marshall Barton" wrote:
> dasad wrote:
>
> >I have three fields in a table rate, admin costs and driver percentage
> >
> >1. Rate - currency
> >2. Admin Costs - number intger currency default 5
> >3. driver percentage - number intger currency default 25
> >
> >I need an expression to have rate - admin costs * driver percentage.
> >Right now I have rate * driver percentage but I can not get it to deduct the
> >5% in admin costs. I need the driver percentage based on the rate minus
> >admin costs.
>
>
> Not sure what you're trying to do here. Is Admin Costs a
> percent? Is Rate a dollar amount?
>
> Maybe this is close??
>
> Rate* (1 - [Admin Costs]/100) * ([driver percentage]/100)
>
> --
> Marsh
> MVP [MS Access]
>
- Next message: Garry Watson: "Re: how do i calculate networkdays in access 2000"
- Previous message: John Vinson: "Re: searching for text in a field - better way?"
- In reply to: Marshall Barton: "Re: expression i need to write rate -admin costs*driver percentage in."
- Next in thread: Marshall Barton: "Re: expression i need to write rate -admin costs*driver percentage"
- Reply: Marshall Barton: "Re: expression i need to write rate -admin costs*driver percentage"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|