473,394 Members | 1,932 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

how to get a Memo field a combo box

Hello
Does anyone know how to get an entire memo field to be displayed in a combo
box drop down list?

Example - if the memo field contains the following :
This is a test to see if
all the text in this field can
be viewed in a combo box
drop down list

How would I enter all this text in the combo box so that when the drop down
list is opened, I see all
the text in the above paragraph and not just the first line of the
paragraph?
Thanks

G.Gerard
Nov 12 '05 #1
2 6567
"G.Gerard" <gg*****@nbnet.nb.ca> wrote in message
news:hf*****************@ursa-nb00s0.nbnet.nb.ca...
Hello
Does anyone know how to get an entire memo field to be displayed in a combo
box drop down list?

Example - if the memo field contains the following :
This is a test to see if
all the text in this field can
be viewed in a combo box
drop down list

How would I enter all this text in the combo box so that when the drop down
list is opened, I see all
the text in the above paragraph and not just the first line of the
paragraph?


If you mean still on different lines, you can't. A ComboBox drop-list cannot be
made more than one line high per row. You could use a replace function to strip
out the line-feeds and see the entire text (providing you could make the
ListWidth wide enough).
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
hi
the idea of a combo box is to provide a quick list of alternatives. . hence
the single line display

however if you add the memo field as in . . .

combo_MEMO
contains
MM_KEY obvious key field . . field 0
MM_MEMO memo text field . . field 1

set bound col to 1 etc

create an unbound text box and set the control-source to

=combo_MEMO.Column(1)

this will display the whole memo for the chosen record

cheers
paul

"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:bq*************@ID-98015.news.uni-berlin.de...
"G.Gerard" <gg*****@nbnet.nb.ca> wrote in message
news:hf*****************@ursa-nb00s0.nbnet.nb.ca...
Hello
Does anyone know how to get an entire memo field to be displayed in a combo box drop down list?

Example - if the memo field contains the following :
This is a test to see if
all the text in this field can
be viewed in a combo box
drop down list

How would I enter all this text in the combo box so that when the drop down list is opened, I see all
the text in the above paragraph and not just the first line of the
paragraph?
If you mean still on different lines, you can't. A ComboBox drop-list

cannot be made more than one line high per row. You could use a replace function to strip out the line-feeds and see the entire text (providing you could make the
ListWidth wide enough).
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Shyguy | last post by:
I want to create two buttons on a form. One would allow the user to Copy the contents of the current records memo field, the other would allow them to print. I set up a report based on the memo...
3
by: GorDon | last post by:
Hi, I have a report based on a query. The query grabs a memo field from my main table, yet when I display the memo field in the report it truncates the memo field (the field needs to hold more...
2
by: Bob Dydd | last post by:
Hi Everybody I have a Listbox that has a Memo field attached to it's 2nd column which on double click copies the memo field to another Memo Field. Forms!! = ListClassification.Column(1) My...
2
by: Kevin | last post by:
Thanks for the very quick response posting that I can use a memo datatype to store large amounts of text. I understand that I can turn on "Can Grow" for a memo type, but is there either a...
4
by: steverossiter | last post by:
Hi and thanks, I have a Journalist database for tracking writers from various magazines and would like a field that could hold the text of their articles as they are published. The Memo field...
9
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo...
2
by: Roger | last post by:
I've got two tables in sql2005 which have an 'ntext' field when I linked the first table in access97 last week using an odbc data source the access-field type was 'memo' when I link the 2nd...
10
by: ARC | last post by:
This is mainly a speed question. In this example: I have a QuotesHdr table that has a few memo fields. If these memo fields are used extensively by some users, and if their are a large number of...
11
tdw
by: tdw | last post by:
Hi all, I have tried a few different methods to accomplish this, but with no luck. I will post the code for the latest attempt at the end of this post. I work at a land surveying company. This...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.