| Thread | Last Post | Replies |
|
| How to call the Access Report from VB6? | 02 Mar 2005 23:44 GMT | 4 |
I got a VB 6 application in my office and I need to pass 2 parameters from VB form to the Access 2002 report. How could I pass the parameters to the Access and activite the Access Report?
|
| Sort a report based on options on a form | 02 Mar 2005 23:20 GMT | 5 |
I need to sort a Report (Itemssold_rpt) based on what a user selects in a form (ItemsSold_frm with SortBy option group). The report contains Item. Item Desc, Date, Etc. The sortBy option groups stores the values in numeric format for example Sort by Item is equal to 1 and Sort by ...
|
| adding field to report | 02 Mar 2005 23:06 GMT | 3 |
I have a report which lists customers of the the entire database who have cancelled their appointments showing the date and reason. When I try to add a field from a third table that gives the date that the customer was contacted about their cancellation, the report reduces from ...
|
| Using date ranges | 02 Mar 2005 22:19 GMT | 4 |
Using date ranges I need to create a form or report that displays info from the last four weeks (including this week). i want it to look like a table (which can actually just be text boxes aranged like a table). It will look something
|
| Viewing report code | 02 Mar 2005 21:51 GMT | 1 |
Is it possible to view the formating code in a report - like it's possible in .Net. Brgds ab
|
| Report does not close | 02 Mar 2005 21:41 GMT | 1 |
I am trying to make changes to a Report and when i click close and click yes to save changes , it does not close. I have tried it so many times now ? Why is that ?
|
| Multicolumn Prob | 02 Mar 2005 19:30 GMT | 1 |
I want to design a report with 4 columns on A4 paper. How to set report header and page headers scale to page width and sections say details and other sections to 4 columns. Kindly help is there any way to set different sections
|
| extra blank page in report | 02 Mar 2005 19:18 GMT | 4 |
One of my reports has two pages. The report should fit on one page, and the second page is blank. I've checked the Page Setup margins, oreintation, etc, and I can't find what is causing the second blank page. There are two sub-reports in the report, but they fit fine on the ...
|
| how to get the desired report output | 02 Mar 2005 19:07 GMT | 2 |
Hi Everyone, I have a table that look similar to this: Employee Dte IN OUT Jane Doe 2/21/2005 10:00 10:30 Jane Doe 2/21/2005 12:00 13:00
|
| Access Rpt - checkboxes show, but do not print | 02 Mar 2005 18:51 GMT | 1 |
Checkboxes - blank and checked - appear in Print Preview, but do not print to hardcopy. They did before; they are not outside margins and changing TripleState property does not help. Any ideas? Thanks
|
| Conditional Group Footer | 02 Mar 2005 18:09 GMT | 2 |
I want to design a report/subreport that displays the group footer only if there is more than one record in the group. I have had success setting variables to count records in the group and then setting an OnFormat event for the group footer, but I have naming problems when I try ...
|
| URGENT!! Running an update query after printing a report | 02 Mar 2005 16:21 GMT | 2 |
How would i go about running an update query (to increment the invoice number by one) each time an invoice is printed. I need Access to do this when printing batches of invoices. For example say i was to print ten
|
| Adding ALL to the query criteria | 02 Mar 2005 16:21 GMT | 2 |
I have a report based on a query that has a [Enter type] criteria; there are many types that should be selected; how do I add ALL to get all the types in the report? Thank for the help,
|
| incremental invoice number | 02 Mar 2005 16:11 GMT | 3 |
I have an invoicing report that sorts by lease number (one lease per invoice). I set up the report so that I enter the beginning invoice number (000) and the report increments each invoice by adding the page number to the beginning invoice number. This is fine for single page ...
|
| calculating count in textbox | 02 Mar 2005 16:07 GMT | 4 |
Hi, I am using the following query (called "site_data_query") as data in a report. I have included in the report a label "total records" next to which I would like a number indicating the records from the query, in this case "8". I tried this by inserting a textbox next to the ...
|