E
Erwin Bormans
Hi
I've got a memo field remarks. But everytime a user enters a remark the
current date should be entered aswell. I use the following code:
Me.txt_Opmerking.Value = Date & Chr(10) & Me.txt_OpmToevoegen.Value &
Chr(10) & Chr(10) & Me.txt_Opmerking.Value
But he still displays everything on 1 line.
What I'm doing wrong?
Kind regards
Erwin
I've got a memo field remarks. But everytime a user enters a remark the
current date should be entered aswell. I use the following code:
Me.txt_Opmerking.Value = Date & Chr(10) & Me.txt_OpmToevoegen.Value &
Chr(10) & Chr(10) & Me.txt_Opmerking.Value
But he still displays everything on 1 line.
What I'm doing wrong?
Kind regards
Erwin