I have a field that contains data relating to active weeks in a year for a course being run. For example, the field may contain the following.. 01001011. The 1’s indicate that for that particular week the course is active, the 0’s indicate for that week the course isn’t running. I need to create a query that will search the Week_pattern field and add up how many occurrences of 1 there are, giving me the total number of active weeks. I know I probably need to use the Instr function somehow but unsure on how exactly to do this. Can anyone help?