Hi guys
Anyone shed any light on this as it's only just started randomly doing this, would the code need to be simplified?
:banghead::banghead::banghead:
Cheers for any help..
Anyone shed any light on this as it's only just started randomly doing this, would the code need to be simplified?
If (IsNull(txtAccountOverView.Value)) Then
txtAccountOverView.Value = txtNewComment.Value & " ~ " & _
VBA.DateTime.Date & " ~ " & VBA.DateTime.Time
Else
txtAccountOverView.Value = (txtAccountOverView.Value) & _
vbNewLine & vbNewLine & _
txtNewComment.Value & " ~ " & _
VBA.DateTime.Date & " ~ " & VBA.DateTime.Time
End If
txtNewComment.Value = ""
:banghead::banghead::banghead:
Cheers for any help..