| Thread | Last Post | Replies |
|
| I am unable to "view" reports in MS Access 2003. | 09 Feb 2005 03:45 GMT | 5 |
For some reason, on my PC I cannot view any reports. I can open tables, queries, forms, etc but not reports. Is there some sort of a "viewer" that I need to install? PLEASE HELP!!!!!!!!!!!!!!!!!!!!!
|
| Display image associated with record | 09 Feb 2005 02:15 GMT | 5 |
If this has already been answered, please point me to the post, I could not find it. I have records that have a field called 'Picture Link', and the typical entry in that feild is something like:
|
| FORMATTING | 09 Feb 2005 00:40 GMT | 1 |
I ahve the following code imbedded in ON format and works ok If Nz([10]) = 0 Then [10].BorderColor = vbWhite
|
| What would cause my not being able to create reports (i.e 2blclic. | 08 Feb 2005 23:37 GMT | 1 |
When I double-click on "create report in design view", I get the hourglass then nothing. When I try to create a report using the wizard, I get to the last step and when I click finish I get the message "Wizard unable to create your report". I can create all other objects in ...
|
| Counting and displaying line items | 08 Feb 2005 22:49 GMT | 2 |
Is there a way with access 2003 to count how many line items there are on a report and show that number in the footer? For example a query says it has 45 items, and I want that to show up in the report footer.
|
| Access reports | 08 Feb 2005 22:33 GMT | 1 |
Is it possible to write text in access reports which has the ability to call in field information. ie denial date field.... want to have the following:
|
| Printing on index cards | 08 Feb 2005 19:29 GMT | 2 |
I have designed a report and would like to print in on 5x8 index cards. In page set up I do not get that as an option, does there seem to be a custom page set up. Any help with this?
|
| Generate report from List Box results | 08 Feb 2005 19:17 GMT | 1 |
I have a list box that is capable of displaying the records in my database. I also have it set up so that if the user types in a search criteria, it will display all the rusults of that search in the list box. Is it possible to print/export these list box results in a report?
|
| Exporting data into pre-formatted Excel spreadsheet | 08 Feb 2005 19:15 GMT | 1 |
I have an access database set up to where users enter information into a form. From the main switchboard, there is an option to run a report, and when clicked, it will take you to a reports menu, and you can select the type of report you wish to run, then it will create the ...
|
| Is it possoble to add a picture daynamically to a report? | 08 Feb 2005 18:08 GMT | 5 |
I would like to have an Image control on my report and have VBA place a picture dynamcially based on some criteria. When I tried to add code to On Open Event Prodcure VB gives me error. I appreciate any help.
|
| Very Slow ODBC Connection | 08 Feb 2005 17:49 GMT | 1 |
I converted MSAccess 97 database to MSAccess 2002 database. I was using WinNT and now converted to WinXP. My database is taking a very long time to extract data from ODBC tables (over one hour).
|
| How can u test too see if a file exists in VBA? | 08 Feb 2005 17:45 GMT | 1 |
How cab you check to see if a file exists? There is FileDateTime(fname) but this generates an error when the file doesnt exist. Thanks
|
| input from com port? | 08 Feb 2005 17:29 GMT | 1 |
Need help again Can an access database read information from an external source? if I have a temp. or weigh indicator that sends information thur. the com port, can an access form read the information and save to a table
|
| how to loop thru records in each page of a report? | 08 Feb 2005 17:27 GMT | 7 |
I like to loop through all the records in a report (that has many pages) and for each record calculate a value and display it. How can I loop through the recoreds? What is the collection? Thanks.
|
| Date Range for a Report | 08 Feb 2005 17:16 GMT | 8 |
I am trying to create a query for a report that calls only the current fiscal year data. Example; 7/1/04 - 6/30/05. Do you know how I could build a query without having to enter a date range manually? A table I'm using does have the dates in it. Example; inspection date 11/01/04. ...
|