Neobeowulf
Registered User.
- Local time
- Today, 08:21
- Joined
- May 31, 2012
- Messages
- 34
Team,
I have an unbound text box that calculates how many days an item has been sitting with a reviewer.
=DateDiff("d",[A/O Date],Date())
Right now I have the formula in the control source block and it works, but you have to close the form then reopen it for the number to pop up.
What I want to do is use this formula in the afterupdate block so when the date is first put in, the block updates without having to close/open the form. When I put the formula as is into the afterupdate, it no longer works, nothing shows up at all.
I'm not good with VBA at all, but what would I need to do to get this same formula to work as afterupdate? Also, would that be the best approach?
I have an unbound text box that calculates how many days an item has been sitting with a reviewer.
=DateDiff("d",[A/O Date],Date())
Right now I have the formula in the control source block and it works, but you have to close the form then reopen it for the number to pop up.
What I want to do is use this formula in the afterupdate block so when the date is first put in, the block updates without having to close/open the form. When I put the formula as is into the afterupdate, it no longer works, nothing shows up at all.
I'm not good with VBA at all, but what would I need to do to get this same formula to work as afterupdate? Also, would that be the best approach?