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

Add 10 blank records after a sub report MS Access

have a report that I wish to add 10 blank fields to the end of the sub report.
The blank fields will be used for updating or adding of records on a paper form to be turned in to be updated in the Access07 data base.

I have created a record from “labels” and added them to the footer area of the report but they do not print.
Also I have tried a similar method with “Rectangles”. This way dose print them, but with a large gap between the sup report.
How do I get rid of this blank space between?
I am new to all this so this may be something very simple!
Apr 5 '08 #1
3 2374
nico5038
3,080 Expert 2GB
have a report that I wish to add 10 blank fields to the end of the sub report.
The blank fields will be used for updating or adding of records on a paper form to be turned in to be updated in the Access07 data base.

I have created a record from “labels” and added them to the footer area of the report but they do not print.
Also I have tried a similar method with “Rectangles”. This way dose print them, but with a large gap between the sup report.
How do I get rid of this blank space between?
I am new to all this so this may be something very simple!
Hi ManieAc,

I've removed the duplicate thread for you.

In general I solve a "problem" like this by using a UNION query for the subreport that's adding 10 empty rows from a "dummy" table.
Thus the report processing is "standard" and only a query change and a table is needed for the solution.

Getting the idea ?

Nic;o)
Apr 5 '08 #2
Hi ManieAc,

I've removed the duplicate thread for you.

In general I solve a "problem" like this by using a UNION query for the subreport that's adding 10 empty rows from a "dummy" table.
Thus the report processing is "standard" and only a query change and a table is needed for the solution.

Getting the idea ?

Nic;o)
Hello Nico, Thank you for your reply.

I think I will need a little more instruction. I will state the facts,
I am very new to Access and this is my first DB using VBA. Bottle and or Spoon feeding my be required.{:-)
Apr 6 '08 #3
nico5038
3,080 Expert 2GB
OK, step wise:
1 Ceate a copy of your table used for the subform
2 Place 10 empty rows with just the "key" being the highes value
(Say OrderLine to be the table then use e.g. lines 90 / 99 as the line number
3) Change the subreports query into:
Expand|Select|Wrap|Line Numbers
  1. select * from tblOrderDetails
  2. UNION
  3. select * from tblOrderDetails10
  4.  
4) Run the report

When you're having trouble, just give the problem and the stepnumber.

Nic;o)
Apr 6 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: JW | last post by:
The problem of hiding / showing a sub reports on No Data is often asked, my problem here is a little different. My Main report has, as a page header, company details (so each company to a new...
5
by: Bob | last post by:
Hi, I am using Access 2000 to print out an address book. I have designed the report based on a database whose first record is not blank. In the design there is a one line report header, a onle...
1
by: Robert Marshall | last post by:
Hi all, Hoping someone can help me with an issue I'm having. I'm using AccessXP to create a database of U.S. Census records. After keying the data in, I decided to run a query to create a...
6
by: Melissa | last post by:
Does anyone have a generic procedure for adding blank lines to reports like Sales details, PO details and/or Orders details. The procedure would need to count the number of line items, determine...
7
by: peggyfiorentino | last post by:
I'm an intermediate Access user. I have 3 summary reports that I would like to combine on one report. I tried to create a report in design view using 3 seperate subreport boxes. Specifying the...
5
by: ChadDiesel | last post by:
My basic question is why does my print report button on my subform print a blank report when my cursor is on a blank entry line? Here is a more detailed explanation of my problem. I have a...
0
by: netlady | last post by:
Hi, can someone help me or share his or her idea why I am always getting a blank web page whenever I click the export button or the navigational next toolbar of the crystalreportviewer in .net ? I...
6
by: briggal1 | last post by:
Hi I wonder if anyone can help. I have a report in Access 2000, which works perfectly and displays all the information until I select a period where one, or more, of the fields is blank. ...
2
by: harley.mcnerthney | last post by:
I have an Access 2007 problem and I would just like to know if there is some sort of solution out there. The problem is, when I build a report that will 99% of the time be one page or less maybe...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.