Can a report print to HTML without any pagebreaks?
Wed, 20 Aug 2008 07:08:13 -0700
Can I either supress the natural page breaks or otherwise create one large
HTML page as opposed to the Report.Html, ReportPage2.Html, ReportPage3.Html
format I'm getting now?
How do I edit the page size known to Access as Custom 1, Custom 2?...I don't
see anything about paper dimensions in the printing prefer ...
|
Forced Page Break
Wed, 20 Aug 2008 06:49:03 -0700
How do I create a forced page break on a report. I'm trying to prevent
records from splitting across pages. ...
|
Filter subreport
Wed, 20 Aug 2008 01:49:02 -0700
Hello,
I'm trying to filter a subreport from a form but is not working could
somebody has an idea? Here it is the case: I have a calendar report which is
the Main report then I have a subreport that contains the information. On my
form criteria I'm trying to use two criterias: one is the date range which is ...
|
one query - many reports
Tue, 19 Aug 2008 15:16:02 -0700
I have a query that i want to use as the basis for 4 reports.
Report 1: Vendor=12 and Div=WAP
Report 2: Vendor=12 and Div=WAC
Report 3: Vendor<>12 and Div=WAP
Report 4: Vendor<>12 and Div=WAC
How can i hard code this into report so that the necessary parameters are
used?
And how do i get those parameters ...
|
Using a text box to create a report
Tue, 19 Aug 2008 12:14:00 -0700
I have created a report and would like to use the autonumber ID field from a
subform to filter the report. Most of the time, I only need to print one
recordsource at a time, and would like to print out that one record source
using the autonumber field.
...
|
show set number of records on report
Tue, 19 Aug 2008 11:43:00 -0700
I have a table with machines and the number of records change every month or
so. Currently it is, say, 30 and next month it could be 27. Under the
machine there is other information that needs to be displayed. I am trying
to create 3 report pages (since all machine info won't fit on one page) that
show th ...
|
Hardcoding Page Settings into a macro for Snapshot Reports
Tue, 19 Aug 2008 18:22:46 GMT
I'm working in a citrix environment and am having problems with Access losing
the page settings for our various snapshot reports we develop for our client.
Unfortunately, I can't tie these reports to a specified printer as we have 5
different servers we could possibly "land on" in our remote environment, nor
can ...
|
|
|
REPORT BUILDING HELP
Tue, 19 Aug 2008 10:54:16 -0700
Hi...I am trying to build a report where in essence, the page header is
located at the left hand side of the report (with all the description lines),
and the data being to the right of that, with the data moving left to right,
versus top to bottom, underneath the page header. Does anyone know how to do
this ...
|
Concatenating Text Boxes
Tue, 19 Aug 2008 08:29:01 -0700
I am trying to concatenate an unbound text box in a report that is based on a
combo box. IE: ="Please transfer from " & [loan number] & "to checking
account... " where [loan number] is a combo box and returns a number instead
of text.
Thanks ...
|
Running Report from another database
Tue, 19 Aug 2008 08:13:01 -0700
I have a deployment with a Frontend Access database sitting on numerous
client machines and a BackEnd (server) database, where create all our queries
that are viewed in the FrontEnd. I'm trying to keep the FrontEnd client as
thin as possilble
Is it possible for the FrontEnd application to execute a report ...
|