473,386 Members | 1,790 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,386 software developers and data experts.

Split a Memo field

Hi everyone,

I currently have an Access database that includes quite a few
long memo fields. When I create a report of my data, Access
does not allow the memo fields to be split with the page breaks.
In other words, if my memo field is 3 paragraphs long and there
is only space on a report page for 2 paragraphs, rather than
putting 2 paragraphs on one page and the last one on the next
page, all 3 paragraphs are moved to the next page (which creates
a lot of wasted white space on the first page!). I assume
Access does this because it sees the entire memo field as a
'cell' that cannot be split up.

Does anyone have any idea how I can enable Access to split my
memo fields to conform with page lengths? Would using the Split
function work in this case?

Thank you in advance for your help!

Jul 16 '07 #1
4 3575
I don't think that the Split function would help, as that just breaks
a string into an array based on how a delimter, like a space.

My recommendation to you is to use Word as your report writer in this
case, as it will handle paragraphs better than an Access report.
Chris
On Jul 16, 1:45 pm, kaplan.gill...@gmail.com wrote:
Hi everyone,

I currently have an Access database that includes quite a few
long memo fields. When I create a report of my data, Access
does not allow the memo fields to be split with the page breaks.
In other words, if my memo field is 3 paragraphs long and there
is only space on a report page for 2 paragraphs, rather than
putting 2 paragraphs on one page and the last one on the next
page, all 3 paragraphs are moved to the next page (which creates
a lot of wasted white space on the first page!). I assume
Access does this because it sees the entire memo field as a
'cell' that cannot be split up.

Does anyone have any idea how I can enable Access to split my
memo fields to conform with page lengths? Would using the Split
function work in this case?

Thank you in advance for your help!

Jul 16 '07 #2
You could try setting the Keep Together property of the section that
contains the memo field.

Setting it to No might allow Access to print whatever fits on the page. No
guarantee that it will break at a paragraph break (if that matters.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
<ka************@gmail.comwrote in message
news:11**********************@d55g2000hsg.googlegr oups.com...
Hi everyone,

I currently have an Access database that includes quite a few
long memo fields. When I create a report of my data, Access
does not allow the memo fields to be split with the page breaks.
In other words, if my memo field is 3 paragraphs long and there
is only space on a report page for 2 paragraphs, rather than
putting 2 paragraphs on one page and the last one on the next
page, all 3 paragraphs are moved to the next page (which creates
a lot of wasted white space on the first page!). I assume
Access does this because it sees the entire memo field as a
'cell' that cannot be split up.

Does anyone have any idea how I can enable Access to split my
memo fields to conform with page lengths? Would using the Split
function work in this case?

Thank you in advance for your help!
Jul 17 '07 #3
ka************@gmail.com wrote in news:1184615108.138313.129120
@d55g2000hsg.googlegroups.com:
Hi everyone,

I currently have an Access database that includes quite a few
long memo fields. When I create a report of my data, Access
does not allow the memo fields to be split with the page
breaks.
In other words, if my memo field is 3 paragraphs long and
there
is only space on a report page for 2 paragraphs, rather than
putting 2 paragraphs on one page and the last one on the next
page, all 3 paragraphs are moved to the next page (which
creates
a lot of wasted white space on the first page!). I assume
Access does this because it sees the entire memo field as a
'cell' that cannot be split up.

Does anyone have any idea how I can enable Access to split my
memo fields to conform with page lengths? Would using the
Split
function work in this case?

Thank you in advance for your help!
Set the 'Keep Together' property of the section (presumably the
detail section,to No.

--
Bob Quintal

PA is y I've altered my email address.

--
Posted via a free Usenet account from http://www.teranews.com

Jul 17 '07 #4
"ch************@gmail.com" <ch************@gmail.comwrote in
news:11**********************@j4g2000prf.googlegro ups.com:
I don't think that the Split function would help, as that just
breaks a string into an array based on how a delimter, like a
space.

My recommendation to you is to use Word as your report writer
in this case, as it will handle paragraphs better than an
Access report.
Chris
On Jul 16, 1:45 pm, kaplan.gill...@gmail.com wrote:
>Hi everyone,

I currently have an Access database that includes quite a few
long memo fields. When I create a report of my data, Access
does not allow the memo fields to be split with the page
breaks. In other words, if my memo field is 3 paragraphs long
and there is only space on a report page for 2 paragraphs,
rather than putting 2 paragraphs on one page and the last one
on the next page, all 3 paragraphs are moved to the next page
(which creates a lot of wasted white space on the first
page!). I assume Access does this because it sees the entire
memo field as a 'cell' that cannot be split up.

Does anyone have any idea how I can enable Access to split my
memo fields to conform with page lengths? Would using the
Split function work in this case?

Thank you in advance for your help!
Set the 'Keep Together' property for the report band (I presume
Detail) to No.
--
Bob Quintal

PA is y I've altered my email address.

--
Posted via a free Usenet account from http://www.teranews.com

Jul 17 '07 #5

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

Similar topics

2
by: Jeremy | last post by:
I have a pretty straightforward database that is designed to record free-form information about products (date, source and a memo field). This is searched and updated via a form. For new records,...
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...
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...
3
by: Roy | last post by:
Hi All, I have a table in A2K application.I get a memo field via download from a .csv file.The contents are as below: field name is TicketStatus, For example,a single ticket,TicketID 12345 ...
1
by: Roy | last post by:
I have a table with two fields. I wish to separate all the data in one field and keep it listed against the information in the other field. The information within the field TicketStatus, I wish to...
1
by: AccessThis | last post by:
Hi everyone, I currently have an Access database that includes quite a few long memo fields. When I create a report of my data, Access does not allow the memo fields to be split with the page...
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...
2
by: AdrianJ1980 | last post by:
Hi, I apologise for not providing a code basis for my question, but i really am stuck. Does anyone know how i can split a memo field, such as below, into separate records. (The data comes from...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.