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 » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Truncated Text Box on Report



 
 
Thread Tools Display Modes
  #1  
Old April 19th, 2005, 05:53 PM
neenmarie
external usenet poster
 
Posts: n/a
Default Truncated Text Box on Report

I have a field from a query where I have concatenated multiple fields to show
(Part Numbers, Operations and Inventory amounts on hand) for all components
of a finished part number where I'm using ** as a spacer between each set.

([P1]&"-"&[O1]&"/"&[Inv1]&"**"&[P2]&"-"&[O2]&"/"&[Inv2]&"**"&[P3]....ect. up
to 25 sets). This concatenated field is attached in a query by a job and
finished part number.

I've done this to be able to include this info as a single line in a very
complicated report. The report has no groupings, but is sorted by Job Number
and Part Number.

All the info I'm seeking is showing up in the query, but is being truncated
on the report.

Any idea what I can do to show all the data from the query field on the
report?
  #2  
Old April 19th, 2005, 06:16 PM
neenmarie
external usenet poster
 
Posts: n/a
Default

I've read some other threads and have seen that I may need to format the text
box as memo. However, in it's properties, there is no drop down for the
format field. How can I format it?

"neenmarie" wrote:

I have a field from a query where I have concatenated multiple fields to show
(Part Numbers, Operations and Inventory amounts on hand) for all components
of a finished part number where I'm using ** as a spacer between each set.

([P1]&"-"&[O1]&"/"&[Inv1]&"**"&[P2]&"-"&[O2]&"/"&[Inv2]&"**"&[P3]....ect. up
to 25 sets). This concatenated field is attached in a query by a job and
finished part number.

I've done this to be able to include this info as a single line in a very
complicated report. The report has no groupings, but is sorted by Job Number
and Part Number.

All the info I'm seeking is showing up in the query, but is being truncated
on the report.

Any idea what I can do to show all the data from the query field on the
report?

  #3  
Old April 19th, 2005, 06:25 PM
Rick Brandt
external usenet poster
 
Posts: n/a
Default

neenmarie wrote:
I've read some other threads and have seen that I may need to format
the text box as memo. However, in it's properties, there is no drop
down for the format field. How can I format it?


Memo is not a format, it is a data type. You need to change the design of
the table and make the field a memo data type instead of Text.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #4  
Old April 19th, 2005, 06:38 PM
neenmarie
external usenet poster
 
Posts: n/a
Default

This is a field in a query to combines both text and number fields. How can
I change the combined field to a memo type?

"Rick Brandt" wrote:

neenmarie wrote:
I've read some other threads and have seen that I may need to format
the text box as memo. However, in it's properties, there is no drop
down for the format field. How can I format it?


Memo is not a format, it is a data type. You need to change the design of
the table and make the field a memo data type instead of Text.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com



  #5  
Old April 19th, 2005, 06:39 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

Have you set any value in the Format property of the text box? Is the text
box Can Grow property set to Yes?

--
Duane Hookom
MS Access MVP


"neenmarie" wrote in message
...
I have a field from a query where I have concatenated multiple fields to
show
(Part Numbers, Operations and Inventory amounts on hand) for all
components
of a finished part number where I'm using ** as a spacer between each set.

([P1]&"-"&[O1]&"/"&[Inv1]&"**"&[P2]&"-"&[O2]&"/"&[Inv2]&"**"&[P3]....ect.
up
to 25 sets). This concatenated field is attached in a query by a job and
finished part number.

I've done this to be able to include this info as a single line in a very
complicated report. The report has no groupings, but is sorted by Job
Number
and Part Number.

All the info I'm seeking is showing up in the query, but is being
truncated
on the report.

Any idea what I can do to show all the data from the query field on the
report?



  #6  
Old April 19th, 2005, 06:49 PM
Rick Brandt
external usenet poster
 
Posts: n/a
Default

neenmarie wrote:
This is a field in a query to combines both text and number fields.
How can I change the combined field to a memo type?


Truncation should not be a problem in the scenario you are describing. What
is the query expression?

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


  #7  
Old April 19th, 2005, 07:04 PM
neenmarie
external usenet poster
 
Posts: n/a
Default

I have a field from a query where I have concatenated multiple fields to show
(Part Numbers, Operations and Inventory amounts on hand) for all components
of a finished part number where I'm using ** as a spacer between each set.

([P1]&"-"&[O1]&"/"&[Inv1]&"**"&[P2]&"-"&[O2]&"/"&[Inv2]&"**"&[P3]....ect. up
to 25 sets). This concatenated field is attached in a query by a job and
finished part number.

I've done this to be able to include this info as a single line in a very
complicated report. The report has no groupings, but is sorted by Job Number
and Part Number.

All the info I'm seeking is showing up in the query, but is being truncated
on the report.

Any idea what I can do to show all the data from the query field on the
report?


"Rick Brandt" wrote:

neenmarie wrote:
This is a field in a query to combines both text and number fields.
How can I change the combined field to a memo type?


Truncation should not be a problem in the scenario you are describing. What
is the query expression?

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com



  #8  
Old April 19th, 2005, 07:06 PM
neenmarie
external usenet poster
 
Posts: n/a
Default

I've put nothing in the Format property. And, there is nothing in the drop
down there.
The Property is set to Yes.


"Duane Hookom" wrote:

Have you set any value in the Format property of the text box? Is the text
box Can Grow property set to Yes?

--
Duane Hookom
MS Access MVP


"neenmarie" wrote in message
...
I have a field from a query where I have concatenated multiple fields to
show
(Part Numbers, Operations and Inventory amounts on hand) for all
components
of a finished part number where I'm using ** as a spacer between each set.

([P1]&"-"&[O1]&"/"&[Inv1]&"**"&[P2]&"-"&[O2]&"/"&[Inv2]&"**"&[P3]....ect.
up
to 25 sets). This concatenated field is attached in a query by a job and
finished part number.

I've done this to be able to include this info as a single line in a very
complicated report. The report has no groupings, but is sorted by Job
Number
and Part Number.

All the info I'm seeking is showing up in the query, but is being
truncated
on the report.

Any idea what I can do to show all the data from the query field on the
report?




  #9  
Old April 19th, 2005, 07:42 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

Is your text always truncating at about 255 characters? Is the text box in
the detail section or a header/footer?

--
Duane Hookom
MS Access MVP
--

"neenmarie" wrote in message
...
I've put nothing in the Format property. And, there is nothing in the
drop
down there.
The Property is set to Yes.


"Duane Hookom" wrote:

Have you set any value in the Format property of the text box? Is the
text
box Can Grow property set to Yes?

--
Duane Hookom
MS Access MVP


"neenmarie" wrote in message
...
I have a field from a query where I have concatenated multiple fields to
show
(Part Numbers, Operations and Inventory amounts on hand) for all
components
of a finished part number where I'm using ** as a spacer between each
set.

([P1]&"-"&[O1]&"/"&[Inv1]&"**"&[P2]&"-"&[O2]&"/"&[Inv2]&"**"&[P3]....ect.
up
to 25 sets). This concatenated field is attached in a query by a job
and
finished part number.

I've done this to be able to include this info as a single line in a
very
complicated report. The report has no groupings, but is sorted by Job
Number
and Part Number.

All the info I'm seeking is showing up in the query, but is being
truncated
on the report.

Any idea what I can do to show all the data from the query field on the
report?






  #10  
Old April 19th, 2005, 07:52 PM
neenmarie
external usenet poster
 
Posts: n/a
Default

Yes, is truncating at 255 and is in the detail section.

"Duane Hookom" wrote:

Is your text always truncating at about 255 characters? Is the text box in
the detail section or a header/footer?

--
Duane Hookom
MS Access MVP
--

"neenmarie" wrote in message
...
I've put nothing in the Format property. And, there is nothing in the
drop
down there.
The Property is set to Yes.


"Duane Hookom" wrote:

Have you set any value in the Format property of the text box? Is the
text
box Can Grow property set to Yes?

--
Duane Hookom
MS Access MVP


"neenmarie" wrote in message
...
I have a field from a query where I have concatenated multiple fields to
show
(Part Numbers, Operations and Inventory amounts on hand) for all
components
of a finished part number where I'm using ** as a spacer between each
set.

([P1]&"-"&[O1]&"/"&[Inv1]&"**"&[P2]&"-"&[O2]&"/"&[Inv2]&"**"&[P3]....ect.
up
to 25 sets). This concatenated field is attached in a query by a job
and
finished part number.

I've done this to be able to include this info as a single line in a
very
complicated report. The report has no groupings, but is sorted by Job
Number
and Part Number.

All the info I'm seeking is showing up in the query, but is being
truncated
on the report.

Any idea what I can do to show all the data from the query field on the
report?






 




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
Linking text boxes Volunteer Mom Publisher 7 November 12th, 2008 01:29 AM
Combo Box & Text Box AccessRookie Using Forms 3 April 6th, 2005 11:33 PM
Error: Microsoft jet database engine does not recognize " as a va HSL Setting Up & Running Reports 9 April 5th, 2005 06:57 PM
Access reports with a horizontal line after each record??? Bill via AccessMonster.com Setting Up & Running Reports 6 March 9th, 2005 04:51 PM
Dynamic Heading in cross tab qry report ECA Setting Up & Running Reports 3 December 13th, 2004 11:09 PM


All times are GMT +1. The time now is 01:10 PM.


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