I have an MS Access Database. It has two tables.
Sample Tables:
tbl_Consulting_$sUsed
Fields:
Consultant Name: xyz consultant
Jan 2003: 0
Feb 2003: 50
Mar 2003: 0
Jan 2004: 0
Feb 2004: 20
Mar 2004: 50
Jan 2005: 0
Feb 2005: 10
Mar 2005: 20
tbl_Consulting_Init_Yrly$
Fields:
Consultant Name: xyz consultant
Init$: 100
InitialMonth: Feb
Basically, there are many consultants, each have a startup month(different for every record)and pay x amount of dollars (different for every record). They have one year from the startup month to expend all the money.
I need a way to sum up all the fields for all the rows and deducted from the initial amount per year.
Please help, I'm new to access.
Sample Tables:
tbl_Consulting_$sUsed
Fields:
Consultant Name: xyz consultant
Jan 2003: 0
Feb 2003: 50
Mar 2003: 0
Jan 2004: 0
Feb 2004: 20
Mar 2004: 50
Jan 2005: 0
Feb 2005: 10
Mar 2005: 20
tbl_Consulting_Init_Yrly$
Fields:
Consultant Name: xyz consultant
Init$: 100
InitialMonth: Feb
Basically, there are many consultants, each have a startup month(different for every record)and pay x amount of dollars (different for every record). They have one year from the startup month to expend all the money.
I need a way to sum up all the fields for all the rows and deducted from the initial amount per year.
Please help, I'm new to access.