G
Guest
Hello, I am creating what I hope will be a very simple database. It has two
tables; one with employee personal information, one with their vacation time.
In the vacation time table, I have a number field that lists the total
amount of time each person is entitled to, another field formatted as a date
to list the date that they take off, and a third field that lists the type of
vacation. We bunch everything together; sick, holiday, personal etc. If the
type of vacation day is "carryover" it should not be subtracted from the
total allotment. I really just want to subtract the day from the total as
long as the day is not a "carryover", but these are not all formatted as
numbers. I then want to group them by employee. I'm still too new to
programming in Access to have a handle on how to do this. Many thanks in
advance for any help.
tables; one with employee personal information, one with their vacation time.
In the vacation time table, I have a number field that lists the total
amount of time each person is entitled to, another field formatted as a date
to list the date that they take off, and a third field that lists the type of
vacation. We bunch everything together; sick, holiday, personal etc. If the
type of vacation day is "carryover" it should not be subtracted from the
total allotment. I really just want to subtract the day from the total as
long as the day is not a "carryover", but these are not all formatted as
numbers. I then want to group them by employee. I'm still too new to
programming in Access to have a handle on how to do this. Many thanks in
advance for any help.