User Profile
Collapse
-
The text box I'm setting up is for an Access report, not in a form. Will the formula below work?... -
Line/Carriage Return in Access Report Text Box
Hello,
I'm using Access 2002 to create a text box that will contain the following information in this format:
Name
Title
Company
City, State
email
I entered the following expression in a text box:
=[FULL_NAME] & Chr(10) & Chr(13) & [TITLE] & Chr(10) & Chr(13) & [COMPANY] & Chr(10) & Chr(13) & [CITY_STATE] & Chr(10) &... -
Line/Carriage Return in MS Access Text Box
Hello,
I'm using Access 2002 to create a text box that will contain the following information in this format:
Name
Title
Company
City, State
email
I entered the following expression in a text box:
=[FULL_NAME] & Chr(10) & Chr(13) & [TITLE] & Chr(10) & Chr(13) & [COMPANY] & Chr(10) & Chr(13) & [CITY_STATE] & Chr(10) &...
No activity results to display
Show More
Leave a comment: