| Thread | Last Post | Replies |
|
| Report field to show total of other fields | 05 May 2008 15:01 GMT | 2 |
I thought this should be simple but I can't get it to work. I have a number of text fields that each show a number (sourced from a DLookup) and I want to create another field that shows the total of the content of these fields.
|
| Group category on report takes a value on the field from the table that uses com | 05 May 2008 14:39 GMT | 1 |
Hi, I am trying to create a report that takes a value from the field on a table as a group category. But The value on the report takes an id number (auto increment, and the
|
| does not delete record | 05 May 2008 14:27 GMT | 7 |
The below code does not delete the record if "yes" is selected. What is wrong with this code? Private Sub Form_Unload(Cancel As Integer) If Me.M670 < Me.M070 Then
|
| Multi list box for a chart | 05 May 2008 14:27 GMT | 11 |
I have created a multi list box for a report and I can get the report to run with the items selected in the multi list box. I cannot however get the code to do the same thing for a chart. Is there something basic I am missing or will the code need to be totally re-written? I am ...
|
| setting printer in access 2007 | 05 May 2008 13:52 GMT | 3 |
Am thinking of getting client to upgrade to 2007 but can't find method to set the labels to print on the label printer. Please can someone tell me where they have hidden it thanks
|
| Populate Text Box from different source | 05 May 2008 05:58 GMT | 5 |
Report is generated by a query. I would like one of the text boxes to populate the Name of Department corresponding to the Department No from a different source (TblDepartments) instead of the query. I tried to use the Dlookup as follows:
|
| "End of column event"? | 05 May 2008 00:42 GMT | 2 |
Is there an event that fires when the current column of a multi-column'd Detail Section has filled? I have a landscape report comprised of four
|
| print a customer receipt can filter the client shows all | 04 May 2008 23:30 GMT | 1 |
My customer is checking out and get billed, the tranaction is adding up the services. I am trying to print a receipt for this particlar client, but i cant filter the client. My report shows all clients with transactions,
|
| Parameter error when printing | 03 May 2008 15:12 GMT | 8 |
I should know this but I can't get it to work. I have a report that contains two subreports. There is a 'Between' statement on the underlying criteria for the query on each report so that the user can select a date range
|
| How can Conditional Formating be set up in Detail_Format? | 03 May 2008 14:01 GMT | 6 |
I was trying to use conditional formatting to change the color of a report field based on a formula. The Conditional formatting was not working properly so I set up a subrouteen as listed below. How can I change the color of the AMV field based on the formula. I can't seem to ...
|
| Bottone che genera il codice fiscale.... | 03 May 2008 13:07 GMT | 1 |
anagrafici dei miei clienti e in una casella di testo (Testo65) mi viene generato il codice fiscale. Questo codice fiscale dovrebbe diventare la chiave primaria della tabella confluendo in
|
| Check Box Mental Block | 03 May 2008 09:15 GMT | 5 |
In Acc2003, I create a blank db1.mdb, with a single Table1, and a single field YN which is a Yes/No data type. Using the Report wizard, and selecting Column type, I base a report on Table 1 with YN field included.
|
| Fill in Rest of Page | 03 May 2008 08:21 GMT | 1 |
Is there a way that I can have a report automatically fill in the rest of a page--sort of like a footer of variable size. Basically, the report contains a table of information, but I want the table to continue to the bottom of the page (with empty rows) after the database has ...
|
| Format Detail Section | 03 May 2008 04:28 GMT | 1 |
I have a report that has an individuals info as a grouping header. Now that individual can have multiple locations assigned to them. With the report I have, the locations, if they are multiples, print out straight down in a column. What I need is for them to basically snake ...
|
| Is there a way to concatenate Sales Details? | 03 May 2008 00:01 GMT | 2 |
With the scenerio of tblSalesOrders and tblSalesDetails (with fields Product and Quantity), I'd like to create a Form that would be able to concatenate a given sales order's SalesDetails into a single control. So, for instance, a sales order has the following details:
|