Hello all. new user here, not new to the computing world though 
I have made a small access database for work. Actually it's a Personnel management system. I have created tables/relationships and all is good.
Here's the Problem.
The db has a field name [Days] and one name [Taken]. This is based on how to apply for leave (holidays).
I made an unbound control and subtracted [Taken] from [Days] and got my results [Days left] which is all good. The value [Days Left] is not stored though.
However, every year, we are entitled 27 more days leave.
How do I add that 27 on my [Days] ?
Note that I have to store the values in [Days Left] also.
many thanks any help!!
cheers
Patrick
PS :: If you want the database to actually understand what I'm talking about please let me know.

I have made a small access database for work. Actually it's a Personnel management system. I have created tables/relationships and all is good.
Here's the Problem.
The db has a field name [Days] and one name [Taken]. This is based on how to apply for leave (holidays).
I made an unbound control and subtracted [Taken] from [Days] and got my results [Days left] which is all good. The value [Days Left] is not stored though.
However, every year, we are entitled 27 more days leave.
How do I add that 27 on my [Days] ?
Note that I have to store the values in [Days Left] also.
many thanks any help!!
cheers
Patrick
PS :: If you want the database to actually understand what I'm talking about please let me know.