How about something likeVB Code:
Dim DateCheck As Date If IsNull(txtCost.Text) Then rs![Cost]=0 Else rs![Cost]=Val(txtCost.Text) End If DateCheck = IsDate(txtCloseDate.Text) If DateCheck = True Then rs![CloseDate]=CDate(txtCloseDate.Text) End If
|
Results 1 to 9 of 9
Thread: Empty TextboxThreaded View
|
Click Here to Expand Forum to Full Width |