Enter text as bullet points in a textbox? Possible?

MsLady

Traumatized by Access
Local time
Today, 04:15
Joined
Jun 14, 2004
Messages
438
I have a textbox called txtcomments on my form. It is bound to a table field defined as Memo. Now i normally would enter text and produce a report from the comments in my table.

I want to be able to enter text like this in my form, so that my report can be formatted like this: All in one textbox (memo table field).
Like this:

*************in my txtbox************************
Accomplishments
  • Etc
  • Etc
  • Etc

Current / Upcoming Work
  • Etc
  • Etc
  • Etc

Risks / Challenges
  • Etc
  • Etc
  • Etc
***************end of txtbox***********
Is this possible? If not, how do you think i can achieve this? I am open to suggestions, please help :D
 
Another quick question:
Is it possible to have multiple lines of text in a table field? My textbox is not allowing that, even though it's a memo field :o
 
To answer your second question, change the 'Enter Key Behavior' in Properties to "New Line in Field" - that will allow you to have multiple lines in your textbox.
 
cross5900 said:
To answer your second question, change the 'Enter Key Behavior' in Properties to "New Line in Field" - that will allow you to have multiple lines in your textbox.

Cool!!! Thanks buddy :D
 
MsLady said:
I have a textbox called txtcomments on my form. It is bound to a table field defined as Memo. Now i normally would enter text and produce a report from the comments in my table.

I want to be able to enter text like this in my form, so that my report can be formatted like this: All in one textbox (memo table field).
Like this:

*************in my txtbox************************
Accomplishments
  • Etc
  • Etc
  • Etc

Current / Upcoming Work
  • Etc
  • Etc
  • Etc

Risks / Challenges
  • Etc
  • Etc
  • Etc
***************end of txtbox***********
Is this possible? If not, how do you think i can achieve this? I am open to suggestions, please help :D


Any ideas? CAn i have bullets in my txtboxes and for them to show up on my report like we do above. Somebori say somthing please :o
 
Not sure if you still need this but you can get the bullet point • by holding down alt then pressing 0149
 
Kempes said:
Not sure if you still need this but you can get the bullet point • by holding down alt then pressing 0149

thanks kempe. I just had the users (use astericks as bullet points) when listing their entries in my form.

It's good to know i can get the bullets by simply doing 0149. thanks here again
icon14.gif
 
You can also enter a NewLine in a textbox by holding down the <Ctrl> key while you press the Enter key. ;)
 
RuralGuy said:
You can also enter a NewLine in a textbox by holding down the <Ctrl> key while you press the Enter key. ;)
hey you! :p

okay thanks. i usually use the shift key though. for some reason i always think pressing the enter key on my form will do something scary..lol
 
hey you!

okay thanks. i usually use the shift key though. for some reason i always think pressing the enter key on my form will do something scary..lol
Hey you back and you're correct, pressing the enter key on your forms does do scary things! :p
 

Users who are viewing this thread

Back
Top Bottom