Hello,
I have what I think should be a simple problem to solve, just need to have some guidance on VBA. Since I have little working knowledge of VBA, I'm guessing on the Select Case usage.
I'm working on a small database to track grievances filed by various employee unions. There are several date fields used for tracking deadlines. The time between when a particular grievance is filed and when a response from management is due is based on the union filing the grievance. For example, one union may require a 30 day response, another 15 days.
I have a lookup field on the form "grievancedetails" that selects the union. What I would like to have is the ResponseDueDate field automatically calculated based on the union selected against the GrievanceReceivedDate.
The date calculations are mostly based on calender days. I imagine when I get to the fields requiring working day calculations things will be a bit more complicated.
I appreciate any help provided...Bart
I have what I think should be a simple problem to solve, just need to have some guidance on VBA. Since I have little working knowledge of VBA, I'm guessing on the Select Case usage.
I'm working on a small database to track grievances filed by various employee unions. There are several date fields used for tracking deadlines. The time between when a particular grievance is filed and when a response from management is due is based on the union filing the grievance. For example, one union may require a 30 day response, another 15 days.
I have a lookup field on the form "grievancedetails" that selects the union. What I would like to have is the ResponseDueDate field automatically calculated based on the union selected against the GrievanceReceivedDate.
The date calculations are mostly based on calender days. I imagine when I get to the fields requiring working day calculations things will be a bit more complicated.
I appreciate any help provided...Bart