I have a problem with checking for weekdays. I am working in MS Access 2000.
I have a combo field called cboCAlendar that has numbers to pick from. On the After Update Event for this field I want to place some code that will add this number to another field called "Assigned Date" and place the new date in the "DueDate" field.
I need some code to check if this date falls on a Sunday or Saturday, and if it does, add the appropriate numbers to it to take make it a weekday date.
I hope this makes sense.
Thanks
I have a combo field called cboCAlendar that has numbers to pick from. On the After Update Event for this field I want to place some code that will add this number to another field called "Assigned Date" and place the new date in the "DueDate" field.
I need some code to check if this date falls on a Sunday or Saturday, and if it does, add the appropriate numbers to it to take make it a weekday date.
I hope this makes sense.
Thanks