Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

microsoft.public.access.reports | Forum profile

Forum profile page for microsoft.public.access.reports on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.access.reports, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "microsoft.public.access.reports" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Discussions in microsoft.public.access.reports - microsoft.public.access.reports (site profile, domain info microsoft.com)
Title: microsoft.public.access.reports
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 24 posts per thread
Forum activity: 99 active threads during last week
 

Posting activity on microsoft.public.access.reports:

  Week Month 3 Months
Threads: 99 291 764
Post: 191 578 1,818
 

microsoft.public.access.reports Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Duane Hookom
17
user's latest post:
Look-up Wizard not pulling all...
Published (2009-11-27 20:55:00)
  Your junction table should only include the primary key from the QryStaff List and tblEduationOfferings. You can add other information that is not in the other tables. This can be implemented using the solution I suggested previously.
Marshall Barton
11
user's latest post:
weird report result in...
Published (2009-11-27 10:35:00)
  Pedro wrote: >I've made a simple report but with just the objects on the footer section. >12 lines each one with 13 objects, like an anual report. So far so good. It >shows me all the way i want. But i would like to add 8 lines more with >another 13 objects per line. The weird thing is that, it adds my first page >in blank. Completly in blank. Nothing. the 2nd page with the results and 3rd...
KARL DEWEY
10
user's latest post:
Help with report formatting in...
Published (2009-11-25 09:03:00)
  A crosstab query will do it for you. TRANSFORM Sum([Dollar Amount]) AS SomOfDollar SELECT [Item] FROM YourTable GROUP BY [Item] PIVOT [Month];
John Spencer
10
user's latest post:
Printing two different dates in...
Published (2009-11-25 06:25:00)
  You can use the expression on each page in the Page Header or Create a top-level group based on the expression =1 Add a control to this top-level group Set the control's control source to the = The expression I posted Set the Top-level group's Repeat Section property to Yes (True) so that it will repeat on every page. John Spencer Access MVP 2002-2005, 2007-2009 The Hilltop Institute University of Maryland Baltimore...
Cydney
8
user's latest post:
3-Tier Crosstab Report in...
Published (2009-11-24 14:49:00)
  Karl, do you have any other suggestions?
Joseph Greenberg
7
user's latest post:
Report_Close event in...
Published (2009-11-23 21:30:00)
  When I close my report, some of my code that controls the left margin for odd-even pages runs many times before the report actually exits - it's in some kind of loop but does eventually close. The code in my report is as follows: Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As Integer) If Me.Page = 1 Then MoveMargin = 360 ElseIf Me.Page Mod 2 = 0 Then MoveMargin = -360 Else MoveMargin = 360 End If...
Steve
7
user's latest post:
Look-up Wizard not pulling all...
Published (2009-11-27 12:15:00)
  Write now here is my structure, part of the problem is that I a novice Access user, and my supervisor wants a lot of variable built in. There are some subTables that you don't really apply to this issue. QryStaff List (Built off of ODBC Linked Tables) ====================== client_id last_name first_name Discipline Position Dept login-id team_name date_of_hire date_of_term active tblEducationOfferings ================== ID#...
*Glen*
6
user's latest post:
Make appearance of a footer...
Published (2009-11-19 13:12:00)
  Can anyone out there tell me if I can make the appearance of a footer conditional upon whether or not there is null data in a particular field? For example, a field in my table is called "Staff_Section." Some records contain a staff_section while others do not. For sections that do not have a staff_section identified, I do not want their numbers to be summed in the Staff_Section footer. For records that have a...
Jeff Boyce
6
user's latest post:
Database Renewing Process - in...
Published (2009-11-23 07:40:00)
  You've described how you want your reports to look ... but not what your underlying data looks like. "How" depends on "what"... More info, please...
Jeanette Cunningham
5
user's latest post:
Access / System crashed while...
Published (2009-11-25 04:50:00)
  There are some tips on avoiding corruption here http://www.allenbrowne.com//ser-25.html You need good backups. If the work you have just completed took a lot of time and effort and you don't want to lose it, then back it up. There is no need to wait till you close the database. In A2007 you can go Alt + F + M + K to backup. Create a folder called backups. Save the first backup to the folder. After that access will remember...
 

Latest active threads on microsoft.public.access.reports::

Discussions in microsoft.public.access.reports
Started 22 hours, 37 minutes ago (2009-11-28 07:10:00)  by Marshall Barton
Jean-Paul wrote: >I have this entryfield on my report. > >I use a recordfield to display it's data > >ABO_Stage > >When I change it into > >="Bedrijf: " & [ABO_Stage] > >I get a # error > >What is wrong with the syntax? Nothing is wrong with the syntax. The problem is that...
Thread:  Show this thread (3 posts)   Thread info: adding tekst in microsoft.public.access.reports Size: 1,018 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: adding tekst in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
Discussions in microsoft.public.access.reports
Started 22 hours, 52 minutes ago (2009-11-28 06:55:00)  by Jean-Paul
Problem solved.... never mind this question Jean-Paul wrote: > I created a report with 2 entryfields: > > Afdeling > BGVer > > I wrote following code > > > If Me!Afdeling = "Groodkeukenmedewerker" Then > Me!BGVer = "ikke" > End If > > I tried to put it in the Details_Format ...
Thread:  Show this thread (2 posts)   Thread info: If then-problem in microsoft.public.access.reports Size: 990 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: If then-problem in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
Discussions in microsoft.public.access.reports
Started 1 day, 21 hours ago (2009-11-27 08:42:00)  by Duane Hookom
Many of us veteran developers hate lookup fields http://www.mvps.org/access/lookupfields.htm . Consider using forms with combo boxes.
Thread:  Show this thread (6 posts)   Thread info: Look-up Wizard not pulling all fields from a Query in
microsoft.public.access.reports Size: 449 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Look-up Wizard not pulling all fields from a Query in
microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
Discussions in microsoft.public.access.reports
Started 1 day, 19 hours ago (2009-11-27 10:35:00)  by Marshall Barton
Pedro wrote: >I've made a simple report but with just the objects on the footer section. >12 lines each one with 13 objects, like an anual report. So far so good. It >shows me all the way i want. But i would like to add 8 lines more with >another 13 objects per line. The weird thing is that, it adds my first page >in blank. ...
Thread:  Show this thread (3 posts)   Thread info: weird report result in microsoft.public.access.reports Size: 1,110 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: weird report result in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
Discussions in microsoft.public.access.reports
Started 1 day, 21 hours ago (2009-11-27 08:43:00)  by Duane Hookom
You can bind several combo boxes to the same field. If you update one, the others will update.
Thread:  Show this thread (2 posts)   Thread info: D Look-up? Auto fill Collumns on a table/Form based on another collumn. in
microsoft.public.access.reports Size: 303 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: D Look-up? Auto fill Collumns on a table/Form based on another collumn. in
microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
Discussions in microsoft.public.access.reports
Started 1 day, 21 hours ago (2009-11-27 08:39:00)  by Duane Hookom
There is a solution for dynamic monthly crosstab reports at http://www.tek-tips.com/faqs.cfm?fid=5466 .
Thread:  Show this thread (2 posts)   Thread info: How to specify a Crosstab report in microsoft.public.access.reports Size: 399 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to specify a Crosstab report in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
Discussions in microsoft.public.access.reports
Started 2 days, 10 hours ago (2009-11-26 19:15:00)  by Allen Browne
There are several issues associated with this, and MS has not provided solutions for all of them. Here's the ones I'm aware of: http://allenbrowne.com/ser-63.html The section of that article on Exports contains the links to MS's kbs.
Thread:  Show this thread (2 posts)   Thread info: Exporting to word misses off data in microsoft.public.access.reports Size: 582 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Exporting to word misses off data in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
 

Hot threads for last week on microsoft.public.access.reports::

microsoft.public.access.reports
Started 5 days, 12 hours ago (2009-11-23 17:20:00)  by Jeanette Cunningham
You can use the Nz function to replace the missing value with an empty string. In the control source of an unbound textbox put--> =[field one] & Nz([field two], "") If you want a space between the 2 values, use =[field one] & " " & Nz([field two], "") Jeanette Cunningham MS Access MVP -- Melbourne Victoria ...
Thread:  Show this thread (11 posts)   Thread info: Displaying a single field or two fields together in
microsoft.public.access.reports Size: 1,530 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Displaying a single field or two fields together in
microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 5 days, 15 hours ago (2009-11-23 14:15:00)  by Steve
How about a crosstab query using Sample Dates as columns and Samples as rows grouped on Station. Steve santus@penn.com "Cydney" <Cydney@discussions.microsoft.com> wrote in message news:2937F6CD-B445-4FE2-8480-9D0CF492882B@micros oft.com... >I am needing to create a query (or queries) which when completed will...
Thread:  Show this thread (8 posts)   Thread info: 3-Tier Crosstab Report in microsoft.public.access.reports Size: 1,803 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 3-Tier Crosstab Report in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 6 days, 13 hours ago (2009-11-22 16:15:00)  by Ken Snell
Also set the CanGrow and CanShrink properties to Yes for the section in which these textboxes are located (perhaps the Detail section?).
Thread:  Show this thread (6 posts)   Thread info: Fields not shrinking in microsoft.public.access.reports Size: 345 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Fields not shrinking in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 4 days, 22 hours ago (2009-11-24 07:05:00)  by Allen Browne
1. Create a group header on your date field. 2. Put the date in this section instead of the Page Header. 3. Set the section's Repeat Section property to Yes, so it repeats at the top of each subsequent page.
Thread:  Show this thread (6 posts)   Thread info: Printing two different dates in a report in microsoft.public.access.reports Size: 462 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Printing two different dates in a report in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 1 day, 21 hours ago (2009-11-27 08:42:00)  by Duane Hookom
Many of us veteran developers hate lookup fields http://www.mvps.org/access/lookupfields.htm . Consider using forms with combo boxes.
Thread:  Show this thread (6 posts)   Thread info: Look-up Wizard not pulling all fields from a Query in
microsoft.public.access.reports Size: 449 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Look-up Wizard not pulling all fields from a Query in
microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 4 days, 10 hours ago (2009-11-24 19:15:00)  by Jeanette Cunningham
It sounds like there is some corruption in that report you were creating when access shut down. To do the trick with importing all in to a new database, import everything except all reports into the new database. Then import only the reports that you know will work OK, leaving the corrupted one or ones in the old database....
Thread:  Show this thread (5 posts)   Thread info: Access / System crashed while generating report in
microsoft.public.access.reports Size: 2,791 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Access / System crashed while generating report in
microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 1 week, 1 day ago (2009-11-20 10:50:00)  by Ken Snell
=iFileCount([IDField]) Put the name of the field in [ ] characters.
Thread:  Show this thread (4 posts)   Thread info: Function in Control Source with Param in microsoft.public.access.reports Size: 285 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Function in Control Source with Param in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 1 week, 1 day ago (2009-11-20 13:25:00)  by Duane Hookom
You will probably need a simple public function that returns the variable like: Public Function GetCurClient() as String GetCurClient= CurrentClient End Function You can then set a control source to the function.
Thread:  Show this thread (4 posts)   Thread info: Print a Variable in microsoft.public.access.reports Size: 472 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Print a Variable in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 1 week, 1 day ago (2009-11-20 07:18:00)  by Jen
"Jen" wrote: > Hi Guys, > I have a form where you can enter employee details. Each employee has to > be trained on 9 different jobs so there were too many controls to fit on a > single form, so i created a Tab Control to split it up into manageable > sections. > Altogether there's about 150 controls and ...
Thread:  Show this thread (3 posts)   Thread info: Report problem in microsoft.public.access.reports Size: 1,396 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Report problem in microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"
microsoft.public.access.reports
Started 1 week, 1 day ago (2009-11-20 09:20:00)  by Jeff Boyce
Perhaps one of the other newsgroup readers has puzzled out a way to do this within Access. If I needed a watermark on an Access report, I'd probably just export it to Word and do the watermarking there... (or, if you are fortunate enough to have access to one of those modern whiz-bang printers, you can have the printer add ...
Thread:  Show this thread (3 posts)   Thread info: how to show a watermark on a access 2000 report? in
microsoft.public.access.reports Size: 723 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to show a watermark on a access 2000 report? in
microsoft.public.access.reports :: microsoft.public.access.reports :: Discussions in microsoft.public.access.reports"