| Thread | Last Post | Replies |
|
| Automated pop up | 30 Mar 2005 13:47 GMT | 2 |
I have a table with customer information incl. as well the birth date of each customer. I would like to create a pop-up that reminds me 10 days before the customers birthday that the customer has birthday.
|
| Setting date value in Access Report | 30 Mar 2005 13:38 GMT | 1 |
Have two fields in access report. Field 1 is a date of birth field, field 2 needs to have the value that is either Date()-(field1+5844) or Date()-187, which ever is the greater. Trying to set a registration date where a candidate needs to be 16 years old
|
| set date in access report | 30 Mar 2005 13:37 GMT | 1 |
trying to set date field.... have a date of birth field, need to set second field on report to be date of birth +5844 (16th birthday) or Date()-187 (six nonths), which ever is the greater....
|
| listing (via a single control) ids of related records | 30 Mar 2005 08:06 GMT | 2 |
Problem is of this form: two tables, A and B. A has primary key A.id, B has primary key B.id and a foreign key reference B.Aref (one-to-many relationship). I want to be able to generate a report that will essentially list each record in A and for each of these the ids of the
|
| aligning rows | 30 Mar 2005 02:50 GMT | 1 |
I have a table with 3 columnsas follows: Type Store Qty Dist 604A 2000 Copy 604A 100
|
| Dirty Error on Visible | 30 Mar 2005 00:31 GMT | 1 |
I would like to make a subreport visible or not according to the content of a field in the main report, but I get "You have entered an expression that has an invalid reference to the property Dirty." Here is the On Format code: Select Case CoverAuthor
|
| can't get sum in reports | 30 Mar 2005 00:18 GMT | 4 |
i'm a very basic user, so please excuse me if this sounds relatively elementary. I have a report based off of a crosstab query. I would like to create a sum in the middle. I can't get it to work. It looks like this. Date inv# cust totalsold prod1 product2 product3 product4
|
| Statement | 30 Mar 2005 00:12 GMT | 1 |
I'm trying to do a statement with access but i'm having a problem. I did a report that when opens a form pops asking for the begining and ending date, do you know how can i put on the report the balance that i had on the begining date of the report...
|
| Sorting and using a group footer | 29 Mar 2005 23:46 GMT | 1 |
I'm trying to format a report with a sort order and a group footer. Example data: WorkOrder GroupID 1 1
|
| I need to include a field from a List table which is not part of . | 29 Mar 2005 22:09 GMT | 3 |
I need to include a field from a List table which is not part of the original report. Do I need to do a whole new query and do the report all over again. - I hope not.
|
| "Order By" not working | 29 Mar 2005 21:59 GMT | 2 |
I am doing a report using the following query as a Record Source: SELECT [Employment].[EEStartDate], [Employment].[Wage], [Employment].[EE], [Employment].[JASID], [Employment].[Occupation], [Employment].[Employer] FROM Employment
|
| Conditional formatting and calculated percentages | 29 Mar 2005 18:23 GMT | 7 |
I am getting unexpected results when I apply conditional formatting to a calculation for percentages. I currently have "Field value is greater than 1" because the format is percent. Any percentage that is nn.nn is being ignored, as I wished; any value that is nnn.nn is being ...
|
| System Resource exeeded !!! URGENT !!! | 29 Mar 2005 16:45 GMT | 4 |
I have a report in Access which was working until today perfectly. Now, if I want to open that report, the message "SYSTEM RESOURCE EXEEDED" is coming up. Any clue what I can do to make this report working again?
|
| How do I display multiple font weights in one text box? | 29 Mar 2005 16:38 GMT | 1 |
Within the same text box on a report, I am trying to display multiple font weights. Some text needs to be displayed normally; other text needs to be displayed in bold.
|
| How do you add a query to a report once you have created it? | 29 Mar 2005 16:28 GMT | 2 |
I have a report that was designed using one query. Now I want to include data from antoher query....any way to acess a query from an existing report? Thanks!
|