Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Access Reports Solutions: 76 - 100 of 554
 
Looking for suggestions as to the best way of outputting a document populated with Access Fields through web form to a PDF Report for print and or e-mail. Any direction would be appreciated.
I have a text box on a MS Access report. The source is a memo field in a table that I have imported from a SQL Server database. When I display the field in a report none of the formatting ...
All I want to do is loop through all the controls in the detail section of a report and set the visible property to false for the text box and it's label if the textbox value isnull. I'm havi...
How do I change the page header on a subreport.  I get the page header for the main report.  what I am trying to do is have the main report first then the subreport.  They have totally differe...
In DesignView, report properties shows me Name, Force New Page, etc... How I can make my title appear on every page of the Report?   "All Pages"?  but where do I type that in?
I have a field in a database that is in military time.   I would like to know how to change this to standard time either in the query, report or the VBA code.  Thanks.
I'm trying to create a pop-up form to filter a report.  The form has 5 drop down combo boxes and then the 3 command buttons.  The five menus are searching for either numbers or letters.  The f...
I have a really strange problem. One of my report fields ALWAYS shows 10 decimal places, regardless of how I set the Format or Decimal Places property. See: http://www.novatec-inc.com/pub/rptD...
I am using a Dymo LabelWriter Twin Turbo printer and am using the Dymo 30256 shipping labels.  They are 2.625" by 4".  I have created a report in Microsoft Access 2003 to print the labels on, ...
I have a query that is used for a Report. There is a field in the query that has a criteria value of; Between [Enter Start Date] And [Enter Final Date] I would like the values that are e...
I am developing an application in Access 2003.  It has a table that lists various information about clients.  One of the fields is a text field that has the path to an attachment for that clie...
Hi, I'm using Access 2003. Is it possible to hide a row from a query from being shown in a report but to have its figures used when calculating totals/sums? It needs to not leave a gap...
I have an access 2003 form & database. Located on the form is all the information required to fill in the e-mail. (To, Subject, parts of the body, etc.) Now the catch, I don't just want to...
I have records in a table that have Date/time field (datefield) in them.   I need to sort by Date (Descending) and then by the Time portion (ascending)of the field.   I am reading notes from t...
SELECT qry_totalnumbercases_10.NAME, qry_totalnumbercases_10.year_qtr, Sum(qry_totalnumberpass_10!PassAMI/qry_totalnumbercases_10!AMI) AS AMI_TOTAL_10, Sum(qry_totalnumberpass_10!PassPN/qry_to...
I'm trying to extract some information from an oracle database via odbc. In one of the fields it seems like figures are displayed without leading zero. When I use Sql + and make select queries...
I am writing a Access database to track some information in a small company.  In the Detail section of the report I have drawn vertical lines that run from the top of the Detail section to the...
I have a text box on a MS Access report. The source is a memo field in a table that I have imported from a SQL Server database. When I display the field in a report none of the formatting is...
I have a column on a table that stores an "elapsed time" in the following format 00:00:00 (HRS:MIN:SEC). I need to divide this time by a quantity. Is there an easy way to do this, or will I...
This seems like it should be simple, but I have tried different things and can't get it to work.  I have a group of items and I want to only show the final total at the end of each group.  Eac...
I am making a report based on a query. I am running a macro to create a table based on query with specific dates. Ie. visit dates. I am making a table instead the query because if I use the qu...
I have a few reports on my Access database that when you click the button to show the report it give a print preview.  When the report opens I have it set to maximize so it fill the screen.  I...
Hi There, I have a report in an Access Database that prints off onto a pre-formatted page.  I am trying to get the area code, mid three numbers, and last three numbers in the correct position....
Bare with me while I try to explain this one. I have developed a front end to a database using MS Access 2003 Forms. In particular I have one form that is used to display Statistics etc abo...
First, my knowledge of VB and Access is close to none. I want execute an INSERT SQL statement when an Access report is opened. I have created my Access report. Then I have created a method...