R
Redda
Hi all, first post. Got a bit of a problem. I am doing a register system
that can spot patterns for when people take time off. I have one pupil
with many weeks. Each week you mark when they were in. i.e. monday
lesson 1 (m1), monday lesson 2 (m2) e.t.c. upto monday lesson 6 (m6), i
also do the same for tuesday - friday. You can click the checkbox for
them being in and leave blank if not present.
Now the problem. I go to a query and click 'Sum'. This gives me a 0 for
an unchecked box, and -1 for a checked box. I want to know how i can
convert the -1, to a +1 so i can then add up all the m1's throughout
the week.
I am thinking this may have to be done in sql. I need to be told like a
kid as i have never used sql, expression builder or vb in access
before. So before giving me code, i really need to know what i am
using, i.e. a query, expression builder e.t.c.
Sorry if this seems very simple, but i have looked online for guides
and the access help files but not come across anything that is of any
help.
Much appreciate any help you can give me
thanks
Redda
that can spot patterns for when people take time off. I have one pupil
with many weeks. Each week you mark when they were in. i.e. monday
lesson 1 (m1), monday lesson 2 (m2) e.t.c. upto monday lesson 6 (m6), i
also do the same for tuesday - friday. You can click the checkbox for
them being in and leave blank if not present.
Now the problem. I go to a query and click 'Sum'. This gives me a 0 for
an unchecked box, and -1 for a checked box. I want to know how i can
convert the -1, to a +1 so i can then add up all the m1's throughout
the week.
I am thinking this may have to be done in sql. I need to be told like a
kid as i have never used sql, expression builder or vb in access
before. So before giving me code, i really need to know what i am
using, i.e. a query, expression builder e.t.c.
Sorry if this seems very simple, but i have looked online for guides
and the access help files but not come across anything that is of any
help.
Much appreciate any help you can give me
thanks
Redda