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... 

Discussions in microsoft.public.access.reports - www.microsoft.com/communities/newsgroups... | Site profile

Site profile page for http://www.microsoft.com/communities/newsgroups.... This report page has aggregated and summarized the online discussions from the Message Board located at http://www.microsoft.com/communities/newsgroups.... This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.microsoft.com/communities/newsgroups... is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.

Title: Discussions in microsoft.public.access.reports - http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.reports Discussions in microsoft.public.access.reports
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 2 posts per thread
site activity: 94 active threads during last week
Site rank: 9,273 (go to rank page)
Domain info for: microsoft.com
 

Posting activity table on Discussions in microsoft.public.access.reports:

  Week Month 3 Months
Threads: 94 286 759
Post: 177 564 1,804
 

Authority Badge:

Discussions in microsoft.public.access.reports | Forum Authority Badge

Discussions in microsoft.public.access.reports posting activity graph:

Posts by:  day  week  month 
 

http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.access.reports Alexa graph:

Top authors on Discussions in microsoft.public.access.reports 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...
 

Top 10 active forums on Discussions in microsoft.public.access.reports during last week:

microsoft.public.access.reports - 144 new posts microsoft.public.access.reports - forum profile
 

Top 10 forums on Discussions in microsoft.public.access.reports:

microsoft.public.access.reports - 18,234 posts microsoft.public.access.reports - forum profile

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

Discussions in microsoft.public.access.reports
Started 22 hours, 41 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...
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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, 56 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 ...
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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.
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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. ...
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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.
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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 .
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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.
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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 Discussions in 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 ...
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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...
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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?).
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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.
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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.
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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....
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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.
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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.
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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 ...
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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 ...
Forum:  microsoft.public.access.reports microsoft.public.access.reports - forum profile
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"