Hi Guys,
Table1 contains the following fields:
Name CompanyID SignUpDate
Joined by CompanyID
Table two contains the following fields:
CompID AmountSold1 AmountSold2 DateSold
I am trying to calculate the amount spent the previous year by quarters based on the SignUpDate.
SELECT...
I am trying to get the amount that each group has spent on a monthly basis but also grouped on the GRPNO. This is how I am currently getting the information below.
SELECT CLAIMS.GRPNO, Sum([CLAIMS]![PRVPMT]+[CLAIMS]![EEPMT]) AS [AMOUNT]
FROM CLAIMS
WHERE (((CLAIMS.PDDT) Between 1-1-2004 And...
I am not a VB Coder but am rather familar with the query abilities of Access built in Query Designer.
In my contacts table I have how much each company has spent per month. Each of these companies have renewal dates throughout the year.
I am tring to determine how much each of the companies...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.