My design query takes seven different groups (Chap) and counts the date field and returns the count but if there isn't a date for a group it doesn't display the result of that group at all. I need it so show up as 0 in the results.
SELECT OA_Info.Chap, OA_Info.CurrLevel, Count(OA_Info.Vigil) AS...
I have tables with relationships set up to track membership. I need to be able to move inactive members and their data in the other tables to a duplicate set of tables in case they become active again I can move them back into the active tables.
I can append all of their data to a single table...
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.