| Thread | Last Post | Replies |
|
| problem for two forms and one report | 29 Apr 2008 17:50 GMT | 3 |
Ciao sorry for my language-horror I have a problem on my program developed on Access2003 . It as composed two forms (Mask1 and Mask2 both popup and dialog edge)
|
| How to update a text box from a 2nd table | 29 Apr 2008 16:41 GMT | 2 |
I have a table (tblCompanyDetails) with 1 record. The record contains fields such as; CompanyName, Address1, Address2, Address3, City, Postcode, Phone, Fax. I now have numerous reports based on other tables and queries, which i
|
| Report...Not sure if this can be done. | 29 Apr 2008 15:48 GMT | 1 |
I need to make a report based of a query. In the query I have the following data: EquipmentID Model
|
| Print Current record.... | 29 Apr 2008 14:21 GMT | 2 |
Hi all. I posted this question in one of the other Access groups and no one seemed to be able to help as I recieved no replies. I have sorted out the Print current record (with another members excellent advice) other than I forgot
|
| Non-display of certain fields in a report | 29 Apr 2008 13:42 GMT | 4 |
Hello, All I have a report that looks like this: SAP DB2 1234 1234
|
| Calculating in Detail Ling | 29 Apr 2008 13:30 GMT | 1 |
I have a subReport based on a Crosstab Query totaling up the number of students that test in multiple catagories. I am attempting to calculate a sum at the end of each detail that will only add 2 of the 3 values together. I attmeted to use =sum([TAKS]+[TAKS-Acc]).
|
| Trouble hiding subreport | 29 Apr 2008 13:17 GMT | 6 |
I have a report (rptA) with two subreports (srptA1 and srptA2). I have set the properties of both to 'Can Shrink' including those of the fields shown on the subreports. The subreports are hidden when the fields are blank. However when srptA1 is invisible, srptA2 still shows below ...
|
| Subreport details go to second page | 29 Apr 2008 12:36 GMT | 4 |
I have a subreport that contains all the detail records associated with one customer on the main report. All is well until it a customer is processed that has too many detail lines. I guess that's the problem because when there are nine details, they all start printing on the ...
|
| Printer Prints 1/2 of line on one page and 1/2 on the next | 29 Apr 2008 10:44 GMT | 3 |
When printing a multi-page report with Access 2000, sometimes the page will end with the upper part of a line printed on the page and the bottom part of the line printed on the next page. This is from a subform that has the property of "Keep Together". This happens in print ...
|
| Filtering reports using forms | 29 Apr 2008 04:53 GMT | 6 |
Hi... I'm trying to make a database for employees transport/taxi expenses. This is the first time I'm making a database and I'm new to VBA language. I'm using Ms. Access 2003 and this database will be in a multi-user environment.
|
| Search Query of two tables | 28 Apr 2008 21:01 GMT | 11 |
I am trying to create a query that will enable me to search my client list against another list to see if there are any matches. Basically in my business I have to “scrub” my client list against a “blocked persons” list, which is sent to me in a spread sheet.
|
| Can't Hide Text Box | 28 Apr 2008 19:39 GMT | 5 |
I have the following code in a report's group footer: Private Sub GroupFooter0_Format(Cancel As Integer, FormatCount As Integer) If Me.txtMaterials = "" Then Me.txtMaterials.Visible = False
|
| Create report in Access 2003 with subtotals | 28 Apr 2008 19:35 GMT | 1 |
I would like to create a quite simple reports based on a query. The query contains several group by columns of which ACCOUNT and Product should be used with subtotals in the report . I would like to add subtotals to
|
| Need help on Complex report | 28 Apr 2008 19:27 GMT | 1 |
I've already left a message or two on this complex report and I appreciate all the help. However, I've run into another issue. I have a form like report and has an embedded table. The previous issue was the breaking of a text field between two pages. This was resolved by ...
|
| Convert Access report to Excel workbook keeping the groupings | 28 Apr 2008 18:57 GMT | 1 |
I've a problem with converting an Acces report to Excel. I'm using VBA. I'm already so far that I can transfer the data from the Access report to Excel. But the Access report contains also groupings and groupheaders. How can I can transfer the data from Access to Excel
|