Hello,
I have a Access database which contains simple form of the items that entered during the week. I am accessing that records as a all record and it shows in asp all the entered records...
Bare with me while I try to explain this one.
I have developed a front end to a database using MS Access 2003 Forms. In particular I have one form that is used to display Statistics etc abo...
Does anyone know how to have an Access report print the last page first and then print the rest of the report or have the pages print in reverse? Either through Access properties or programati...
I have developed a main form with several sub forms to pull together cost data for a job.
Specifically, the subreports include labor cost, parts cost, invoice totals, etc.
When, I try to p...
I am trying to build a report that combines multiple tables and will give me the report below:
Report should be sorted by contractor doing the work, then by permit type, then by permit numb...
I'm working on a report in Access based on a query. I have the following fields in the report: Issue, Site, Supervisor, Quarter, Year, Status and Date Corrective Action Completed. I sorted the...
Hi,
How can I sort data in access form.
I have few fields in my form.
Customer, facility, address.
I'd like sort data in my form by Customer field in alphabetical order.
If I put dat...
I have the following code, that I retrieved from microsoft's Scripting Guy,
Set objAccess = CreateObject("Access.Application")
objAccess.OpenCurrentDatabase "C:\chris\115.mdb"
objA...
In print preview the report logo and images in the report display fine but when sent to the printer the logo and images do not appear at all. This happens on two different printers which both...
I have a report in Access 2007 that I've created a send button on that sends the report in HTML format to someone via outlook 2007. My problem is that when the report is more than 1 page long...
I have a report in Access that has unbound labels in the "Page Header" section. The fields with the data is in the "Detail" section, all of which are in single row. When I run a report it will...
I have a report in access 2003, the data source is a query. When there is a left paren "(" in the data I want to add a carriage return and a tab so it appears on a new line...any thoughts?
I am trying to round to the nearest .125 in a control on a report. I've tried using the ceiling function, but I always get a value input box asking for the value of Ceiling. I have a referen...
Is it possible to get images to display horizontally (in columns) in a subreport? I am able to get it to display like I want it to in the main report ( see attachmend RptImage) but when I try...
I need to print out a report in Access 2003, where some of the records do not have pictures. When the report is run, records with associated jpgs print fine, but a record with no picture print...
Here is a puzzlement.
I have an MS Access database and am using on a report in the Control Source the default to populate a textbox field with the current date in long format and am using ...
I have a report in which I put a text box that returns the average. (Done for me) However I forgot to make sure that it rounds up. I tried to format it but cant seem to get it correct. her...
There are 2 questions I want answered.
1) I have a report which has several sub-reports within it. I want each sub-report to begin on a new page.
2) In one of my sub-reports I want to sh...
How I need to arrange my query and which calcualtion expression I need to enter into report design view to be able to count the number of records selected by this query?
Say, my query selecte...
Hello Experts,
I have a query (actually many different ones) but for now, just this one that must be ran every month. It finds activity codes from users which are then exported to Excel and...
I am currently working on CA unicenter Service Desk 11.2 , reporting . I am using MS access report of Service desk . I have total 18 categories . Category is a field name under table prob_ctg
...
I have an Access 2003 ADP with SQL Server 2000 Backup.
I have about 30 user using this system. I print some word documents internally and lots of differnt Access reports.
The majority work o...
I am creating a pop-up form to filter a report. I have created five drop down menus, however one of them is not working. The other four work perfectly but when I try to filter using the firs...
I have set up a form in Access 2000 using Microsoft Rich Textbox Control. It shows the text in the format that I want (bolded, underline, etc.) just fine. Now, I want to show the same inform...
I'm trying to allow the user the option of printing 0 lines, 5 lines, 10 lines, or all Notes (memo field)
The solution in here http://www.experts-exchange.com/Microsoft/Development/MS_Acces...