| Thread | Last Post | Replies |
|
| Images in a Report. | 14 Feb 2005 00:56 GMT | 11 |
I'm setting up a database for membership. I want to be able to print ID Cards for members, using fields from the members table, including a photo. I've used a Fial DialogFilePicker to capture the address of the photo. I'm trying to use a label report to print
|
| Access 97 Report similar data on multiple pages | 14 Feb 2005 00:55 GMT | 1 |
I am generating a report within a certain date range counting the number of instances for example 14 Domestics in January. My report is based on a query with the date range. I then add the number of checkboxes for a cumulative total therein with in the report.
|
| images - low memory | 14 Feb 2005 00:30 GMT | 1 |
i have a report that displays over 1000 jpeg images divided among 80 pages. i used the procedure in which the file path for the images is stored in a table. it works fine but when i try to print the report my computer runs low on memory. i tried using the method where the images ...
|
| How do I get the date range that must be entered for my query to . | 13 Feb 2005 21:27 GMT | 4 |
My simple query has a filter that required the date range to be selected [one day, one week, one year etc] - and I want to display the selected date range on the report it generates. I would hate my customer to have to hand write the date range on the report once they've printed ...
|
| How do I get the date range onto a report | 13 Feb 2005 21:23 GMT | 5 |
I've set up a simple query to present records for user selected date ranges. ie - the user can choose one days worth of records, a weeks or a months etc. I now want that date range to appear on the report that's produced. I would hate to have my 'customer' have to hand write ...
|
| #Name? | 13 Feb 2005 21:21 GMT | 5 |
I have a client who has installed an access xp database using the access runtime. I have a report in the database that uses the trim function. On her machine (windows xp home edition sp2) it gives the #name? instead of the data. On my machine it works just fine. What could ...
|
| query on report | 13 Feb 2005 17:43 GMT | 12 |
I have created report with text box and control source is a query in created. query is ...SELECT count(GRPOC) FROM AuditData_Spring2005_Charter WHERE GRPOC>0 And Schoolid=4;
|
| Show to show both results from Union Query? | 13 Feb 2005 14:45 GMT | 1 |
Ihave a union query which in datashseet view shows correctly. The scneario is Member has person1 and Person2. The union first sorts by person1 and the second by person2, but I don't know how to get the person2 on the list? I would have thought what appeared in datasheet view ...
|
| Help with Criteria? | 13 Feb 2005 14:37 GMT | 3 |
I have a report that I want to print off however I need the user to specify the date of the first part of the report. No problem I can drop a field on the report =[myDate] and get the user to enter a date. However for the second part of the report I want it to be headed the next ...
|
| Two multi-select list boxes | 13 Feb 2005 11:19 GMT | 11 |
Could I use two multi-select list boxes for a report prepared by the conditions of two fields of selected items ? Best Regards
|
| How do I set up a Sales tax (semi-constant - variable in a repor. | 13 Feb 2005 11:07 GMT | 1 |
Need to account for sales tax type variables ( and wage rate variables for what if analysis) - ie one change to affect all 200 reports
 Signature ericb
|
| I need a form that will ask begining and ending dates for a report | 13 Feb 2005 03:56 GMT | 3 |
I'm needing to create a form to set the start date and end date for printing records in a report. I want to print all records between the two dates. I'm sure this is a very basic operation, but I haven't found any examples of code anywhere for this.
|
| Programatically delete report group levels | 13 Feb 2005 00:36 GMT | 1 |
I am creating an application with reports that have both default sorting and the option for the user to customize the report sort order to 3 levels. Sometimes though the user only selects a single sort level, but the default sort level may have been more than one. So I need to ...
|
| Excel vs Access Rounding | 12 Feb 2005 08:27 GMT | 1 |
Excel rounds the sum of the folloing 10 numbers as 81.06 8.17 8.25 7.00
|
| Assistance with "cc:" Carbon copy list of names. | 12 Feb 2005 03:25 GMT | 1 |
I have a Access 2003 front-end with DB/2 Back-end containing two tables. Primary table name is TST_FR_CASE_RECORDS. This table has Primary key of two joined fields: CASE_NUM_YR & CASE_NUM, format is four digit year value and 3 numeric digit case number as: yyyy###.
|