forgedbyfire Posted November 17, 2010 Posted November 17, 2010 In my data base I use quite a few drop down lists to save time in typing. There are several places where I have to go back in and hit enter to create proper paragraph separations. My question is can I put a carriage return in the line of text that will allow for the appropriate spaces in my text box?
Raybaudi Posted November 17, 2010 Posted November 17, 2010 What about an auto-enter value for the field that has the value list ? Something like: Case( ValueCount ( FilterValues ( Self ; "YourValuesThatNeedCarriageReturn" ) ) ; Self & ¶ ; Self )
forgedbyfire Posted November 17, 2010 Author Posted November 17, 2010 The carriage returns needed are typically in the middle of a line of text and typically require multiple returns. The reason I use the carriage returns is to allow for ease of reading by the reader. Let me give example. The text that drops down looks like this: Pool has algae. Clean, check and balance pool. Treat algae. Check over all. So I go back in and separate the lines to make the text easier to read like this: Pool has algae. Clean check and balance Pool. Treat Algae. Check over all. There are many different lines of text I can select, so one case does not necessarily meet all the criteria. So I wanted to see if there was a text based carriage return trigger. For example Pool has algae.¶¶¶ Clean, check and balance pool.¶¶¶ Treat algae.¶¶¶ Check over all.
Raybaudi Posted November 17, 2010 Posted November 17, 2010 If the 3 carriage returns are always after a fullstop: Substitute ( Self ; ". " ; "¶¶¶" )
comment Posted November 17, 2010 Posted November 17, 2010 See the attached file for another approach. The carriage returns needed are typically in the middle of a line of text and typically require multiple returns. Multiple returns are neither required nor desired - format the field's paragraph spacing instead. Values.zip
Recommended Posts
This topic is 5120 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now