R
Russ from Apple Valley, Ca
G'day folks, and happy Holidays.
Man I'm glad I found you! I've been reading, searching and educating myself
about my database for a few days now. And I'm making progress. Although I
have been using Office for years.
I have been experiencing a glitch for quite some time now...
I'm using Office '07 on a good fresh install and it's working very well.
What I'm trying to do;
I need my database Form, or excel if necessary, to add mark-up to my parts
cost. I'll sell parts plus a profit in my business.
I want Access to store a value for parts including a markup. That field is
now called Sell_Price. I figured when I enter a value into Part_Cost, Access
can determine the mark-up multiplier, perform the calculation, and store the
value in Sell_Price.
The problem is as the parts go up in value, or cost me more, the mark-up
must go down incrementally, likely in about 4-5 tiers or levels of mark-up.
(that way I can pass the savings to my customers so they feed me lunch more
often!)
Example;
=IF(AND(Part_Cost>.5,Part_Cost<=400),*2,
IF(AND(Part_Cost>400,Part_Cost<=1200),*1.8,
IF(Part_cost>1200,*1.5 SOMETHING MISSING RIGHT? )))
In the case above if the parts cost less than $400 then I'll double them,
from $400 to $1200 markup is only 80% and above $1200 I will add 50%. If I
can get that formula working I can modify it further.
Questions:
How do I get my database, or excel, to find the right multiplier for parts
cost I enter?
And why doesn't that above statement / formula work? (I tried it in excel
today but I think somethings missing)
When I do get this working, where do I return the value in my form? Is it
recommended to have an unbound field store the calculated value?
I'll keep searching, this has taken me a really, really long time to figure
out. But I will do it, eventually.
Thanks for your consideration,
Russ S
(e-mail address removed)
Man I'm glad I found you! I've been reading, searching and educating myself
about my database for a few days now. And I'm making progress. Although I
have been using Office for years.
I have been experiencing a glitch for quite some time now...
I'm using Office '07 on a good fresh install and it's working very well.
What I'm trying to do;
I need my database Form, or excel if necessary, to add mark-up to my parts
cost. I'll sell parts plus a profit in my business.
I want Access to store a value for parts including a markup. That field is
now called Sell_Price. I figured when I enter a value into Part_Cost, Access
can determine the mark-up multiplier, perform the calculation, and store the
value in Sell_Price.
The problem is as the parts go up in value, or cost me more, the mark-up
must go down incrementally, likely in about 4-5 tiers or levels of mark-up.
(that way I can pass the savings to my customers so they feed me lunch more
often!)
Example;
=IF(AND(Part_Cost>.5,Part_Cost<=400),*2,
IF(AND(Part_Cost>400,Part_Cost<=1200),*1.8,
IF(Part_cost>1200,*1.5 SOMETHING MISSING RIGHT? )))
In the case above if the parts cost less than $400 then I'll double them,
from $400 to $1200 markup is only 80% and above $1200 I will add 50%. If I
can get that formula working I can modify it further.
Questions:
How do I get my database, or excel, to find the right multiplier for parts
cost I enter?
And why doesn't that above statement / formula work? (I tried it in excel
today but I think somethings missing)
When I do get this working, where do I return the value in my form? Is it
recommended to have an unbound field store the calculated value?
I'll keep searching, this has taken me a really, really long time to figure
out. But I will do it, eventually.
Thanks for your consideration,
Russ S
(e-mail address removed)