When adding an item to a contract, the item's "notes" memo field is amended.
I want to start a fresh line in the text box, hence the code:
The comment is added, but without a fresh line.
Please can someone tell me how to do that?
Thank you
T
I want to start a fresh line in the text box, hence the code:
Code:
txtNotes = txtNotes & vbLf & "This machine added to contract " & CurrentContract & "on " & Left(Now, 10)
The comment is added, but without a fresh line.
Please can someone tell me how to do that?
Thank you
T