I have a simple Contact Management Database that I have modified.
I am using this to manage mailings and calls.
I have created a table called 'Letters'
I have set a relationship between the letters and contacts as one to many, using the contact id as my primary key.(One contact can have multiple...
I am currently counting multiple values in the same field and sorting by SiteID # (SitID), but I would like to also sort by month. How can I do this?
Example:
Date
---------------
January
February
March
April
Etc.
I want to be able to sort by Site ID (SitID) and month.
Current script that...
I need to count different values from the same field and have them print out four separate counts. I also need to be able to sort these by Site ID. Here is how my data looks:
X SiteID
---------------- ---------------------
3 35012
3 12345
3 35012
1 35012
1 35012
3...
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.