D
Daniel
Hello, I have made a database for resource management. I am tracking
vacation requests by employee ID number (Social Security number). I have a
table setup which has stored the amount of vacation each associate is
allowed to take. A second table with takes input from a form once an
associate requests a day off. The problem is with my query, I have designed
it to take the balance of vacation and subtract the new request, which
works, however I can have multiple requests for a particular associate. How
do I get the query to 1). subtract the new request from the vacation balance
every time there is a new request or 2). add the multiple requests by
associate and subtract its total from the total vacation remaining.
I would greatly appreciate the help or perhaps a better suggestion on how I
can do this.
Thank you,
Daniel
vacation requests by employee ID number (Social Security number). I have a
table setup which has stored the amount of vacation each associate is
allowed to take. A second table with takes input from a form once an
associate requests a day off. The problem is with my query, I have designed
it to take the balance of vacation and subtract the new request, which
works, however I can have multiple requests for a particular associate. How
do I get the query to 1). subtract the new request from the vacation balance
every time there is a new request or 2). add the multiple requests by
associate and subtract its total from the total vacation remaining.
I would greatly appreciate the help or perhaps a better suggestion on how I
can do this.
Thank you,
Daniel