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 do run the append first but can only figure out how to get all of the data to a single table (Inactive Table All). I have an ACT_INACT field in the Active Personal Field Table that I key off of and then delete the record from the Active Tables. Once I get this to append to all three tables I...
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.