0n an Access 2003 Report, I have many Records ("Material" type) in a field with many differant records each. Throuth the "Text" box control, I need to only enter the first of each types of m...
I have a query that gives me a list of dates with their activities. I want to view those activities in a calendar format in both a form and a report view. How could I do that?
Hi,
I have access database. I setup send access report over email.
Everything was working well. Last Friday I shared this database over network.
Today when I tried send report is attache...
I have a form that, when a button is clicked, runs code that opens a report and then loops through each record (setting a filter each time on the report) and generates a PDF file from the filt...
My access Report page header is missing even though I have the details on it. I checked the page header property and it's set to "yes" on visible option. Any other suggestions or recommendat...
I have a report (Titled: "Report1") and a subreport (Titled: "SubReport1"). Of course I have the subreport on "Report1".
I also have a textbox on "Report1" (Titled: "Total") and a textbox o...
I have an Excel sheet linked to MS Access. There are lot of dates. The dates are container arrival dates.
In the MS access report the dates are grouped under a Product which has been shipped...
Firstly I will try to briefly describe the database and its purpose. The database is for an establishment to record incidents between people, in most cases two people, one in the wrong, and on...
Hi Experts,
I am looking for a function to input it into a report that can help me to find the conditional average of a certain group.
For example,
ConditionalAverage([Total],[Status...
i wrote a function in MSAccess in the report to pull in any stop dates for a patient order using the MID function. it works fine if there is data to pull in, however if there is no stop date,...
Experts, I thought I knew how to do this but I guess not. I have a textbox with =1 in the control source and thought that after I run the report the text box would show the number count of th...
I need to set the record source of a report by clicking a command button on a form. I wanted to click the button, set the recordsource and then open the report
Private Sub lblAllDt_Click()...
Access 2003
I have a multi-column report. I use the Repeat Section property to repeat the title of each column group as it continues to the next column. How do I print the original column h...
I am developing a database using forms and when I go to prin a record selected in the form, it will print duplicate forms based on the number of items that appear in the form. I am using a su...
I created a report where each record prints in the details section over a picture image. This works well. It will do 6 records and then go to the next page. The problem is that if you have ...
I need to have a running sum in the same query for the coloumns "Qty" and "Diff" grouped on "ItemNo"
There should also be two other coloumns "HighQtyTotal" (giving the highest value From "Qt...
I am trying to copy the sub-group total to the group header, so the total for the sub-group appears on the first page of each group.
Using the code below and the =[Pages] in the page footer I...
I have a Access 2003 db that has problems with the Reports. Each report has an OLE (letterhead) and some have DSum products. The Reports are very slow to generate as well as open in design m...
Hello,
I have a report that groups by employee and I would like to get the totals per employee on the same report.
For instance, the report looks like this:
Employee Status Age
...
I have a report with 2 numbered fields (commitments and obligations) and a calculated field (balance) that displays the difference between the 2 numbered fields. In my report, I have a text he...
I have a form with some date parameters for a particular Access report. This report must open in print preview before printing. The report is sometimes more than one page long - I only ever wa...
I am developing an Access (adp) project as a front end to a SQL Server database.
I have created an Access Report to print a customer order, and I can open this report from the underlying Form...
I am trying to generate a report in access where i am getting "#ERROR" instead of actual values.
Can some one tell me what is the reason?
Hi, I have 3 different access reports with different related data on each one. For each "record" each of the three reports can have a different number of pages. As an example for record 1, rep...
I need to format dates for letters/reports into the format:
19th September, 2008
Ideally the day would be minimised to one digit if necessary (eg 8th and not 08th)
...