hello it's me again;
i am having a problem with calculating some totals in my project. I have fields on my form that need to be calculated to get a percentage in the end
I wish i could show you what my form looks like but don't know how to. so i will kinda show you this way:
there are 11 textboxes going across the form with lables
textboxnames are as followed
date, neworders,new,u sed,replacement orders,newcontr acts,shortinbun dles,total,tota lnew,usedtotal, totalpercent
what i need to calculate is this:
neworders + replacementorde rs + newcontracts + shortinbundles) in the total
to calculate the percentage i need:
usedtotal / total) in the totalpercent
how can i do this?
lee123
i am having a problem with calculating some totals in my project. I have fields on my form that need to be calculated to get a percentage in the end
I wish i could show you what my form looks like but don't know how to. so i will kinda show you this way:
there are 11 textboxes going across the form with lables
textboxnames are as followed
date, neworders,new,u sed,replacement orders,newcontr acts,shortinbun dles,total,tota lnew,usedtotal, totalpercent
what i need to calculate is this:
neworders + replacementorde rs + newcontracts + shortinbundles) in the total
to calculate the percentage i need:
usedtotal / total) in the totalpercent
how can i do this?
lee123
Comment