A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Display query result which contains many rows of text



 
 
Thread Tools Display Modes
  #1  
Old November 4th, 2004, 03:12 AM
vv
external usenet poster
 
Posts: n/a
Default Display query result which contains many rows of text

Hi all,

I want to display a query result which contains many rows of text (a
paragraph). I have tried to use text box. However, I found that there is no
rowsource available. I have tried to use the controlsource with my sql
statement. However, it just shows "#name?" after the query.

I would like to know how I can achieve this.

Thanks a lot!
  #2  
Old November 4th, 2004, 03:36 AM
vv
external usenet poster
 
Posts: n/a
Default

The sql statment query the data in an external databse. The result can be
displayed in the list box. However, only part of the result is displayed
because only one row is displayed in the list box

"vv" wrote:

Hi all,

I want to display a query result which contains many rows of text (a
paragraph). I have tried to use text box. However, I found that there is no
rowsource available. I have tried to use the controlsource with my sql
statement. However, it just shows "#name?" after the query.

I would like to know how I can achieve this.

Thanks a lot!

  #3  
Old November 5th, 2004, 10:48 PM
John Spencer (MVP)
external usenet poster
 
Posts: n/a
Default

That is the limit on a listbox. Each row is of the listbox is one line high.

If you want to display more than that, you will have to use some other solution.

Perhaps a sub form in continous mode and with a scroll bar on the control.

Perhaps an additional control that displays the multi-line text of the currently
selected item in the listbox.

Or perhaps another solution.

vv wrote:

The sql statment query the data in an external databse. The result can be
displayed in the list box. However, only part of the result is displayed
because only one row is displayed in the list box

"vv" wrote:

Hi all,

I want to display a query result which contains many rows of text (a
paragraph). I have tried to use text box. However, I found that there is no
rowsource available. I have tried to use the controlsource with my sql
statement. However, it just shows "#name?" after the query.

I would like to know how I can achieve this.

Thanks a lot!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RANKING gambler Running & Setting Up Queries 22 November 4th, 2004 11:53 PM
Big number gives error! Sara Mellen Running & Setting Up Queries 8 October 11th, 2004 02:48 AM
Display Parameter from Form on Report sara Setting Up & Running Reports 10 July 19th, 2004 04:54 PM
Text field causing trouble in query (continued) KaiRich Running & Setting Up Queries 2 May 28th, 2004 01:03 PM
Readding Numerical value to ext Hoang Han Worksheet Functions 2 December 4th, 2003 05:37 PM


All times are GMT +1. The time now is 05:26 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.