Jakboi
Death by Access
- Local time
- Yesterday, 20:42
- Joined
- Nov 20, 2006
- Messages
- 303
Hello,
I have a "Estimated Closing" area on my form. It takes the closing months and adds it to the now() function.
Now when you select time frame, it works fine. However I also have "Closed Sale" and "Lost Sale" in that list as well and when chosen i get this "#Error" because its text.
How can I replace the #Error with a N/A for not applicable.
I tried:
=DateAdd("m",[Time Frame],Now()) & IsError("NA")
Better yet:
If "Closed Sale" is chosen is there a way to put that in the "Estimated Closing" area along with "Lost Sale" if that is chosen as well.
Dont know the complexity to my question.
Thanks.
I have a "Estimated Closing" area on my form. It takes the closing months and adds it to the now() function.

Now when you select time frame, it works fine. However I also have "Closed Sale" and "Lost Sale" in that list as well and when chosen i get this "#Error" because its text.
How can I replace the #Error with a N/A for not applicable.
I tried:
=DateAdd("m",[Time Frame],Now()) & IsError("NA")
Better yet:
If "Closed Sale" is chosen is there a way to put that in the "Estimated Closing" area along with "Lost Sale" if that is chosen as well.
Dont know the complexity to my question.
Thanks.