DiveKennene
Registered User.
- Local time
- Today, 06:21
- Joined
- May 8, 2008
- Messages
- 18
Hello,
I have a form with one of the text boxes value is set to:
=DateAdd("d",[Days],[LastRpk1])
where [Days] is a field in a table that is bound to a text box on the form with a default value of 120. The form is set to automatically open in a new record. Before I begin adding data to the form, the text box with the above formula in it shows #Error. Once I start typing to add info for the new record, the #Error disappears and the text box behaves as expected. How do I stop the #Error message from showing up in the new record? Any help would be greatly appreciated.
Thank you,
Matt
I have a form with one of the text boxes value is set to:
=DateAdd("d",[Days],[LastRpk1])
where [Days] is a field in a table that is bound to a text box on the form with a default value of 120. The form is set to automatically open in a new record. Before I begin adding data to the form, the text box with the above formula in it shows #Error. Once I start typing to add info for the new record, the #Error disappears and the text box behaves as expected. How do I stop the #Error message from showing up in the new record? Any help would be greatly appreciated.
Thank you,
Matt