Teri Bridges
Member
- Local time
- Yesterday, 20:55
- Joined
- Feb 21, 2022
- Messages
- 187
Hi, I am trying to turn an expression into VBA code, I placed the following into the duedate expression builder .... =AddWorkingDays(ReviewDate) and it works. addworkingdays is a public function in myDb.
i would like to know how to write the VBA for this
Basically, I would like to say if the review date isNull don't do anything, if the review date is filled in AddWorkingdays (function) to the review date.
i would like to know how to write the VBA for this
Basically, I would like to say if the review date isNull don't do anything, if the review date is filled in AddWorkingdays (function) to the review date.