473,811 Members | 2,729 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Keeping a label together with the first line of a memo record

My report has RegNo header, AOL header, Detail section, RegNo footer.
The RegNo footer contains a subreport which consists only of a label
and a single control, both in the subreport's detail section. I need
to ensure that when the main report is run, the subreport in the RegNo
footer has at least one line of the single memo record printed along
with the label. At the moment, on occasion, the label will print right
at the bottom of the page with the record printed on the next page. I
don't want to use the Keep Together property in the RegNo section
because that leads to situations where there can be too much white
space at the bottom of the page. Is there anything that can be done
about this, please

Many thanks
Jun 27 '08 #1
2 1525
On Fri, 27 Jun 2008 03:59:46 -0700 (PDT), anthony
<an************ *@gmail.comwrot e:

No.
Alternatives include placing the label to the left of the field,
rather than above it.

-Tom.

>My report has RegNo header, AOL header, Detail section, RegNo footer.
The RegNo footer contains a subreport which consists only of a label
and a single control, both in the subreport's detail section. I need
to ensure that when the main report is run, the subreport in the RegNo
footer has at least one line of the single memo record printed along
with the label. At the moment, on occasion, the label will print right
at the bottom of the page with the record printed on the next page. I
don't want to use the Keep Together property in the RegNo section
because that leads to situations where there can be too much white
space at the bottom of the page. Is there anything that can be done
about this, please

Many thanks
Jun 27 '08 #2
On 27 Jun, 15:05, Tom van Stiphout <no.spam.tom7.. .@cox.netwrote:
On Fri, 27 Jun 2008 03:59:46 -0700 (PDT), anthony

<anthony.marr.. .@gmail.comwrot e:

No.
Alternatives include placing the label to the left of the field,
rather than above it.

-Tom.
My report has RegNo header, AOL header, Detail section, RegNo footer.
The RegNo footer contains a subreport which consists only of a label
and a single control, both in the subreport's detail section. I need
to ensure that when the main report is run, the subreport in the RegNo
footer has at least one line of the single memo record printed along
with the label. At the moment, on occasion, the label will print right
at the bottom of the page with the record printed on the next page. I
don't want to use the Keep Together property in the RegNo section
because that leads to situations where there can be too much white
space at the bottom of the page. Is there anything that can be done
about this, please
Many thanks- Hide quoted text -

- Show quoted text -
Understood. Thank you Tom
Jun 29 '08 #3

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

Similar topics

6
2730
by: Michael Bulatovich | last post by:
I have a very simple db I use for keeping track of hours, tasks, projects, clients etc. It has a form that I use to enter data. Currently the form has a textbox for a field called "start time", another for a field called "end time" and a third for a field called "hours", among other controls. I now type in the approximate times in the first two textboxes, and mentally calculate and enter the difference or elapsed time in the third. I...
3
1963
by: John M | last post by:
Hi, I've set up a sytem in our school for writing reports. It uses Access ... and does a fine job! My problem comes with printing. Each subject produces a report consisting of a series of coded data, levels, targets etc, then text from a memo field. Different staff write different amounts in the memo field. As a result I keep getting odd reports split over a page.
0
1757
by: htmlgeek | last post by:
I'm adding and updating records in an Access .mdb via WWW .asp page. Authored in Dreamweaver 2004 MX. Help is welcome on this one. I have a great set of pages that work fine, but it seems that insert or update pages don't always work now on some records . . . It seems that when lots of text is shoved into a memo fields the database ID for that record gets messed up. Intial record insertion goes OK, but updating is then hosed.
13
2172
by: ken | last post by:
I have 5 memo fields in one of my tables. I need to add 7 more. Will this be a problem? Am I being paranoid? Thanks
2
2733
by: John | last post by:
Hello I want to use the same data string (memo) to populate a "summary" asplabel. After the summary there would be a + "..." and a "see more..." link to the "complete" string contents - for the summary (e.g. aspLabel ID="lblSName" text=Databinder.Eval(Container.Dataitem,"Description") Runat="server"aspLabel) I need to limit the number of characters displayed. Any ideas? Thanks John From...
1
2104
by: sck10 | last post by:
Hello, I am pulling data from a SQL Server table. One field that is (varchar 4000) is used to show notes. I am using a FormView for showing and editing the data. When the form is in Item view, the text runs together. All the line breaks are missing. When I enter into Edit mode, the text is formatted as it was entered (line breaks). How can I fix this so that when in "Item" mode, the line breaks show?
7
2022
by: Dave | last post by:
Hi all I have a student database where I would like to be able to print just one mailing label, for the student whose record I am currently accessing on the form. I want to be able to click on the command button and have the label print out on my labelwriter. I have done some searching on the web, and found how to print single labels using a parameter query, but how do I set it up to print the current record on the form?
4
17896
by: ckirchho | last post by:
Hallo, In a form I have several text or checkbox inputs with their appropriate labels. I'd like to keep label and input together, so I connect them with a &nbsp;, like: <input type="checkbox" name="h" value="1" id="chk"/>&nbsp;<label for="chk">Schreibweisentolerant</label> Apparently this doesn't work in Firefox 2. It works in IExplorer and Opera. As well I tried:
10
3061
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 records in QuotesHdr, should I break out the memo fields into a separate table? The thinking here is that, for Quotes selection dropdowns that display all entries in QuotesHdr for selection, I would think that the entire record comes down over...
0
9734
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10652
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10395
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10408
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7673
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5561
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4346
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3874
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.