OK I have three separate fields call them [Field1] [Field2] and [Field3]
I want to concatenate them in such a way that Field1 is above Field2 and Feild2 is Above Field3 (for formatting reasons).
So instead of 1, 2, 3 it would look like
1
2
3
In MS Access you can hit Ctrl+Enter whilst in a text field to drop down one line and insert another string in the same field.
Access interprets Ctrl+Enter as a small square box when it pulls this up in a query. But I was wondering how I might add these three fields together in a memo field and format it so 3 is under 2 and 2 is under 1. (i.e. in similar fashion to using Ctrl+Enter)
Does anyone have any ideas?
I want to concatenate them in such a way that Field1 is above Field2 and Feild2 is Above Field3 (for formatting reasons).
So instead of 1, 2, 3 it would look like
1
2
3
In MS Access you can hit Ctrl+Enter whilst in a text field to drop down one line and insert another string in the same field.
Access interprets Ctrl+Enter as a small square box when it pulls this up in a query. But I was wondering how I might add these three fields together in a memo field and format it so 3 is under 2 and 2 is under 1. (i.e. in similar fashion to using Ctrl+Enter)
Does anyone have any ideas?