K
KJA
I want to insert a carriage return into text being updated in a text field in
Access, like this:
"This part is due on this date: " & Format([Table1][DateDue1],"mm/dd/yyyy")
& "And" & [Ctrl + Enter] & This second part is due: " &
Format([Table1][Datedue2],"mm/dd/yyyy"), with the printout looking like this:
This part is due on this date: 12/1/2001
The second part is due: 12/15/2001
Any suggestions? Thanks.
Access, like this:
"This part is due on this date: " & Format([Table1][DateDue1],"mm/dd/yyyy")
& "And" & [Ctrl + Enter] & This second part is due: " &
Format([Table1][Datedue2],"mm/dd/yyyy"), with the printout looking like this:
This part is due on this date: 12/1/2001
The second part is due: 12/15/2001
Any suggestions? Thanks.