Chester1
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 10 articles for 0.303 sec
With all your help I have now managed to work out a way to get what is required. Many Thanks -- Regards Clair "Klatuu" wrote: > I can provide some ideas, but I don't know your data well enough to write it > for you. > > First, you need to filter by course as well as by the B. > > =DCount("*","Table Name", "[ACode] = 'B' AND CourseCode = '" & Me.Course & > "'") > > To     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Chester1 in microsoft.public.access.modulesdaovba
Author: Chester1
Date: Oct 31, 2007 08:50

I can provide some ideas, but I don't know your data well enough to write it for you. First, you need to filter by course as well as by the B. =DCount("*","Table Name", "[ACode] = 'B' AND CourseCode = '" & Me.Course & "'") To do the math you have to know how many total seats are available for the course. -- Dave Hargis, Microsoft Access MVP "Chester1" wrote: Klatuu
Show full article (2.95Kb) · Show article thread
Klatuu Please can you tell me how I would write a code now that will count the B's on all the different courses scheduled so that I can then do a calculation that will show how many places are left on the individual courses. Regards Clair "Klatuu" wrote: > The last argument of the DCount function > v---------------v > =DCount("*","Table     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Chester1 in microsoft.public.access.modulesdaovba
Author: Klatuu
Date: Oct 31, 2007 08:01

The last argument of the DCount function v---------------v =DCount("*","Table Name", "[ACode] = 'B'") is how you do your filtering. It is just like writing a WHERE clause for a query without the word WHERE. I was using your comments to build this. In this example, it should count all records where the field Acode is equal to B. -- Dave Hargis
Show full article (2.65Kb) · Show article thread
The instructions you gave me worked fine, but I think I have asked the wrong question. I need to know how many people a re booked on each course eg Word Beginners, Word Intermediate etc. The Instructions give me a total count of the table which is very good but I now need to break the number down to give me the count for each course. Sorry for any inconvenience. Thanks in anticipation     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Chester1 in microsoft.public.access.modulesdaovba
Author: Chester1
Date: Oct 31, 2007 07:38

Sorry this may seem a bit thick but where do I type this code -- Regards Clair "Klatuu" wrote: =DCount("*","Table Name", "[ACode] = 'B'") -- Dave Hargis, Microsoft Access MVP "Chester1" wrote: Please can anyone help? I have a table that hold Course Attendees the ACode filed in the table can be either A - Attended B - Booked on Course
Show full article (2.14Kb) · Show article thread
=DCount("*","Table Name", "[ACode] = 'B'") -- Dave Hargis, Microsoft Access MVP "Chester1" wrote: > Please can anyone help? > > I have a table that hold Course Attendees the ACode filed in the table can > be either > A - Attended > B - Booked on Course > C - Cancelled > D - Did Not Attend > > I want to create something that will just count the records that are = to B > -     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Chester1 in microsoft.public.access.modulesdaovba
Author: Klatuu
Date: Oct 31, 2007 07:25

Dear JOPO Thanks for your reply. I am a bit of a novice at this but I am not trying to pick a course from a list I just want to add new courses and to avoid adding the same course on the same day at the same time based on the date and time. PS I think I can use your advice somewher else on the database. -- Regards Clair "Jeff Boyce" wrote: Another way to approach this,
Show full article (1.77Kb) · Show article thread
Chester1 Wrote: > I have data in one spreadsheet. I am just wondering if there would be a > way > of taking data from that spreadhsheet and automatically putting it in > another > when it meets certain criteria. > -- > Regards Clair Hi Clair, The answer is yes, but can you explain exactly what you are trying to do. Some more information is required to get a sensible answer oldchippy     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Chester1 in microsoft.public.access.modulesdaovba
Author: Chester1
Date: Oct 31, 2007 05:06

On Tue, 11 Jul 2006 08:01:03 -0700, Chester1 wrote: Hi I have a form in which I have a list of 14 different courses. I would like each course to show as a different colour. I have tried using Conditional Formatting but you can only have up to a maimum of 3 conditions is there any other way to do this?? See what Stephen Lebans has: http://www.lebans.com -- Fred Please
Show full article (1.25Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Chester1 in microsoft.public.access.modulesdaovba
Author: Chester1
Date: Oct 31, 2007 04:33

Show full article (0.75Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Chester1 in microsoft.public.access.modulesdaovba
Author: Klatuu
Date: Oct 30, 2007 08:34

Show full article (0.60Kb) · Show article thread
    

Group: microsoft.public.access.forms · Group Profile · Search for Chester1 in microsoft.public.access.forms
Author: Chester1
Date: Mar 19, 2007 07:30

Show full article (1.68Kb)
    

Group: microsoft.public.excel.misc · Group Profile · Search for Chester1 in microsoft.public.excel.misc
Author: oldchippy
Date: Aug 16, 2006 05:04

Show full article (0.65Kb)
    

Group: microsoft.public.access · Group Profile · Search for Chester1 in microsoft.public.access
Author: fredg
Date: Jul 11, 2006 08:48

Show full article (0.46Kb)