I have reports in MS Access, and my new hosting company does not allow me to connect remotely using MS Access. They said I can use SQL Studio Express to connect, but I don't know how it works...
Hi There,
I have the SQL code which gives me the difference in day from the coloumn "Shipment-Arrival-Date" as displayed below in the Coloumn "Diff".
I need the SQL code, so the query displa...
OpenArgs
I have a form that I am calling a report to open and print in pdf format. that is working. It is naming the report automatically also.
The report is 25 pages long but each page ...
how do we convert numbers ir., 22,000.00 To twenty two thousand only,
I found some modules but none are working.
This is for office 2007
I am attempting to create a report in access, I have text boxes which should include data from a table, but in order to generate the information for these boxes I require a query. Furthermore...
I have data (with lots of help here) from counting check boxes (number of 'Yes' checks) by month. The query extracts records consisting of year, incident month, injury accidents, and non-inju...
hello experts, i need help on creating a report that would display multiple groups into one record. For example I'm creating a report that shows employee demographics within a location. So t...
I have created a report with 7 subreports. None of the reports are linked in any way to the main report. All 7 reports run correctly and are displayed correctly, one after the other. But, 1000...
When I export to RTF, the doc is opening in print preview for most. Because each record is separated by a dotted page break (counting as 1), preview appears as solid lines and no data. The a...
hi
how can i hide a textbox when printing a report in access 2007 using vba code
if i use On Load and textbox.visible = false when i open the report then no problem
but when printing ...
Hello,
I have on report in MS-Access, based on one table
I have a description field in the report, and also i have a field called print.
Print could be true or false,
I want that if print ...
What is the syntax for writing the data in a variable to a table field. This doesnt seem to be working.
N = 100
SQL = "Update [Clients List] Set Reason = N " & _
"WHERE [Clien...
how do you create a "bucket" for numbers and store them in a seperate field in a query? Example: I have detail records that have data stored in a field called Accural 1which has the following...
Hi Experts,
Thanks for your time.
I have created an access report that show the records from Table A in the report detail part of the report. On the PAge Header of the access report I also w...
I have 3 queries. And with the help of experts, I have successfully been able to join 2 of the queries and show all of the results with the use of union all. Now , I have 1 query left to joi...
On a report I have some controls that I have set the background to white. The detail section of the report is a dark grey so that when the report is printed the report is surrounded by a dark ...
Hi
Does an access report hold any sort order properties. Thanks to a previoue EE solution, the datasheet view of my query upon which the report is based, now shows quite clearly that match ...
What is the easiest way to suppress negative values for a particular control on a report?
I need a toolbar option that will allow me to choose the printer when I am previewing reports in Access 2003. Another user said to try adding the print dialog icon (printer icon with three do...
I have one report called due date report. In that report, I have all of the loan information, including loan, currency lines and swap lines. I have another report called the pipeline report....
I have a query that pulls record based on the criteria entered by the user. From this query I want to generate a report that tells me the the criteria the user selected and the total amount of...
I have a query that returns one or two rows (typically) and would like to be able to calculate the difference and percent change between one of the fields to show it in a report. Specifically,...
I have a report that is using Alternate Fill/Back Color to have a light grey alternat with white for easier reading.
I would like to conditional format a field CaseWeight to be Black w...
Thank you for looking at my question,
Using MS Access I am building a report that analyses production by shift.
The company runs a three shift pattern; Shift 1 runs from 0600 to 1800 Monda...