history
Egyptian Pharaoh
- Local time
- Today, 09:15
- Joined
- Jan 26, 2008
- Messages
- 190
Hello Friends
I have two tables
1st ... employee table contains (ID,Name,Salary,........ etc)
2nd .. Account data contains ( A B C D E F G H I J K L M N O P Q R S T )
My Question is :
1- How to make a table (Name : Acctbl) to bring (ID,Name,Salary) from employee table and all fields from Account data table to be stored in it (Acctbl) .
2- I've a lot of equations ,,, I don't know how to do
I'm doing these equations in an Excel sheet ,,, but I need these equations to be applied in Access to be stored in (Acctbl) table.
So I need to make a form to enter specific data and to view calculations.
Fields : A B C D E F G H I J K L M N O P Q R S T
equations :
A=D-(B+C)
F=D/15*E
G=F*0.0125
H=F*0.01
I=G+H
J=F-I
K=J*0.03
L=100/30*E
M=IF(J<L,1*0,J-L)
N=IF(M>400,32,M*0.08)
O=IF(M>800,40,IF(M>400,(M-400)*0.1,0))
P=IF(M>800,(M-800)*0.15,0)
Q=N+O+P+H
R=IF(Q<=0,J-K,J-K-Q)
S=R*0.005
T=CEILING(S,0.5)
If you can help me to do ,, I'll be so appreciated or guide me to some where to learn about this topic.
Thanks a lot
waiting to hear from you
I have two tables
1st ... employee table contains (ID,Name,Salary,........ etc)
2nd .. Account data contains ( A B C D E F G H I J K L M N O P Q R S T )
My Question is :
1- How to make a table (Name : Acctbl) to bring (ID,Name,Salary) from employee table and all fields from Account data table to be stored in it (Acctbl) .
2- I've a lot of equations ,,, I don't know how to do
I'm doing these equations in an Excel sheet ,,, but I need these equations to be applied in Access to be stored in (Acctbl) table.
So I need to make a form to enter specific data and to view calculations.
Fields : A B C D E F G H I J K L M N O P Q R S T
equations :
A=D-(B+C)
F=D/15*E
G=F*0.0125
H=F*0.01
I=G+H
J=F-I
K=J*0.03
L=100/30*E
M=IF(J<L,1*0,J-L)
N=IF(M>400,32,M*0.08)
O=IF(M>800,40,IF(M>400,(M-400)*0.1,0))
P=IF(M>800,(M-800)*0.15,0)
Q=N+O+P+H
R=IF(Q<=0,J-K,J-K-Q)
S=R*0.005
T=CEILING(S,0.5)
If you can help me to do ,, I'll be so appreciated or guide me to some where to learn about this topic.
Thanks a lot
waiting to hear from you