G
Guest
I have the following statement in a Access Module and it will be used to
export into Excel. In Excel in you can press Alt Return to show a CR within a
cell and I want to do the same here, i.e. I want to add a control charater to
the ed of this statement which when it exports to Excel will force a CR in
the cell.
Merge = Merge + F_Date + " " + F_UpdateFrom + " " + F_Comments + " "
Any ideas?
export into Excel. In Excel in you can press Alt Return to show a CR within a
cell and I want to do the same here, i.e. I want to add a control charater to
the ed of this statement which when it exports to Excel will force a CR in
the cell.
Merge = Merge + F_Date + " " + F_UpdateFrom + " " + F_Comments + " "
Any ideas?