Memo in a ListBox

K

Koulla

Hi
I have a form which contains a listbox.The listbox has a
field tha is declared from the table as a memo. The memo
contains 3 lines data but in the list box I can see the
first line and to see the other 2 lines I must put my
cursor their and use the down arrow.
Is their any way to see all lines together?? Because the
user may not see the other lines and thought that there
are no more data.

I don't mind if the memo is not on the listbox it can be
on the form it doesn't matter.

Please help me!
Thank u!!!!
 
A

Arvin Meyer

Koulla said:
Hi
I have a form which contains a listbox.The listbox has a
field tha is declared from the table as a memo. The memo
contains 3 lines data but in the list box I can see the
first line and to see the other 2 lines I must put my
cursor their and use the down arrow.
Is their any way to see all lines together?? Because the
user may not see the other lines and thought that there
are no more data.

I don't mind if the memo is not on the listbox it can be
on the form it doesn't matter.

You can use a text box if there is only 1 record, or a textbox in a subform
if there are many. The height of a text box is variable. The height of a row
in a listbox is not.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top