dan-cat
Registered User.
- Local time
- Today, 08:45
- Joined
- Jun 2, 2002
- Messages
- 3,415
Hello,
Is there anyway of forcing a carriage return in a textbox within a report?
So instead of having say 6 seperate fields within the report to detail an address. ie [CompName],[Add1],[Add2],[Town],[County],[PostCode] - you could have one text-box within the report whose control source would look something like:
=[CompName] & vbCrLf & [Add1] & vbCrLf & [Add2]..........
Thankyou
Dan
Is there anyway of forcing a carriage return in a textbox within a report?
So instead of having say 6 seperate fields within the report to detail an address. ie [CompName],[Add1],[Add2],[Town],[County],[PostCode] - you could have one text-box within the report whose control source would look something like:
=[CompName] & vbCrLf & [Add1] & vbCrLf & [Add2]..........
Thankyou
Dan