Countitem
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 23 articles for 0.303 sec
Try pasting the following function into a module and saving the module with a name other than fRowAverage. You would call it as Field: OPSE Avg All: fRowAverage([OPSE cracker Avg], [OPSE Pudding Avg],[OPSE 10 ml Avg]) '========================= Code Starts =================================== Public Function fRowAverage(ParamArray Values()) 'John Spencer UMBC CHPDM 'Last Update: April 5     

Group: microsoft.public.access.queries · Group Profile · Search for Countitem in microsoft.public.access.queries
Author: John Spencer
Date: May 20, 2008 04:44

Just a quick note: Your module name can't be the same as the function name. Find and use a naming convention that prevents issues like this. -- Duane Hookom Microsoft Access MVP "Radhika" wrote: How can I add a function to an expression in query? I have the following expression: OPSE Avg All: (Nz([OPSE cracker Avg],0)+Nz([OPSE Pudding Avg],0)+Nz([OPSE 10 ml Avg],0))/CountItems
Show full article (2.45Kb) · Show article thread
How can I add a function to an expression in query? I have the following expression: OPSE Avg All: (Nz([OPSE cracker Avg],0)+Nz([OPSE Pudding Avg],0)+Nz([OPSE 10 ml Avg],0))/CountItems([OPSE cracker Avg],[OPSE Pudding Avg],[OPSE 10 ml Avg]) I created a module called CountItems as follows: Public Function CountItems(ParamArray varItems()) As Long 'Purpose: Count the number of non-null     

Group: microsoft.public.access.queries · Group Profile · Search for Countitem in microsoft.public.access.queries
Author: Duane Hookom
Date: May 19, 2008 13:50

Hello, In mm_menu.js Change line 136: var itemProps = ''; To: itemProps = 'white-space:nowrap;'; That should work. If it doesn't, you can do it the long way: In mm_loadmenu.js, add   between each word or HTML element (like &amp). For example: BLACK & WHITE SCANNERS is changed to: BLACK & WHITE SCANNERS The code will
Show full article (1.20Kb) · Show article thread
Ok, so here is the code that we use to generate the menu functions. There is a lot of it, since the buttons work fine, I will leave out that code, and just give you the guts of what actually slides out. There is more code, so if you need to see what I am passing to the functions, let me know. The site can be seen at http://www.largedocuments.com function Menu(label, mw, mh, fnt, fs,     

Group: microsoft.public.access.queries · Group Profile · Search for Countitem in microsoft.public.access.queries
Author: Radhika
Date: May 19, 2008 12:51

You will need to reference the objects correctly Reports![Name of your report]![Name of SubReport Control].Report![NameOfControl on subreport] You might be able to use ME![Name of SubReport Control].Report![NameOfControl on subreport] -- John Spencer Access MVP 2002-2005, 2007 Center for Health Program Development and Management University of Maryland Baltimore County . "jenniebentham"
Show full article (0.94Kb)
Thanks John. I've done a little parameter input form now that works. I ended up doing lots of individual sub reports. However, I need to do a calculation on 2 values from 2 separate sub reports and display the info within the parent report. Can this be done? eg. I've tried a text box with [report1]![field1] + [report2]![field1], but it doen't like it. "John Spencer" wrote: > You can     

Group: macromedia.dreamweaver · Group Profile · Search for Countitem in macromedia.dreamweaver
Author: TC2112
Date: Mar 3, 2008 14:51

You can use a form to input the date range one time. Check out this article for a detailed discussion. http://www.fontstuff.com/access/acctut08.htm Or check out this from MS http://office.microsoft.com/en-us/access/HA011730581033.aspx Or for another example http://allenbrowne.com/ser-62.html You'll need to create a small unbound Form (let's call it frmCriteria) with two unbound
Show full article (11.00Kb) · Show article thread
Hi, you can open recordset, based on strSQL, run rst.movelast and return rst.recordcount or run a subquery: "select count(*) from (" & strSQL & ")" -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com "Koorosh" <Koorosh@discussions.microsoft.com> wrote in message news:CB928A31-AEAC-4CCD-9438-75B74F1301CF@microsoft.com... > Hello     

Group: macromedia.dreamweaver · Group Profile · Search for Countitem in macromedia.dreamweaver
Author: TigerInATrance
Date: Mar 3, 2008 08:58

take a look at the DCount() function in Access Help, you can use it on a saved query object the same as you can on a table. hth "Koorosh" <Koorosh@discussions.microsoft.com> wrote in message news:45FD55CB-16FC-4623-908E-50DF6ED22DC0@microsoft.com... Hello everyone My task is to query a table in a VBA function and then return the count to the calling environment. How do I
Show full article (10.01Kb) · Show article thread
    

Group: microsoft.public.access.reports · Group Profile · Search for Countitem in microsoft.public.access.reports
Author: John Spencer
Date: Oct 16, 2007 08:30

Show full article (3.17Kb) · Show article thread
    

Group: microsoft.public.access.reports · Group Profile · Search for Countitem in microsoft.public.access.reports
Author: jenniebentham
Date: Oct 16, 2007 07:29

Show full article (2.54Kb) · Show article thread
    

Group: microsoft.public.access.reports · Group Profile · Search for Countitem in microsoft.public.access.reports
Author: John Spencer
Date: Oct 16, 2007 05:14

Show full article (2.04Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Countitem in microsoft.public.access.modulesdaovba
Author: Alex Dybenko
Date: Jun 29, 2007 00:38

Show full article (0.69Kb) · Show article thread
    

Group: microsoft.public.access.queries · Group Profile · Search for Countitem in microsoft.public.access.queries
Author: tina
Date: Jun 28, 2007 22:37

Show full article (0.56Kb) · Show article thread
1 · 2 · 3 · next