G
Guest
Here's the issue...
I have a database that contains records that can be modified by managers
(lets say they were attributed volume that wasn't theirs). The data can be
changed until the 6th business day of the following month, so if a record was
added on Sept 1st, it would have to be updated before the 6th business day of
October.
Right now, we manually change the value in a table to reference this date.
If the current date is greater than the entry date of a record, a message box
pops up stating a change can no longer be made.
I am looking for code to be able to find the 6th business day of the current
month, and use that to check records. Just to let you know how I will use the
data, a text box on a form that searches for records will house the date.
Any help is appreciated.
I have a database that contains records that can be modified by managers
(lets say they were attributed volume that wasn't theirs). The data can be
changed until the 6th business day of the following month, so if a record was
added on Sept 1st, it would have to be updated before the 6th business day of
October.
Right now, we manually change the value in a table to reference this date.
If the current date is greater than the entry date of a record, a message box
pops up stating a change can no longer be made.
I am looking for code to be able to find the 6th business day of the current
month, and use that to check records. Just to let you know how I will use the
data, a text box on a form that searches for records will house the date.
Any help is appreciated.