B
Bobbye R
Two things
I have a table with some of the following fields:Studentid,
CourseNo,dayclass(Y/N),
Location, etc. We have to pay a monthly fee for each daytime class based on
Location and CourseNo. For instance, I need to know how many daytime class
for San Diego in any given month.
I created a query and a second query based on the first to get a list of
each CourseNo. Let's say there were 13 daytime classes for San Diego for
December.
This is the number I need to use in a report. When I run the query it list
the 13 classes but I don't know what to do to get the number 13 to use in
textbox on my report.
Any help would be appreciated.
I have a table with some of the following fields:Studentid,
CourseNo,dayclass(Y/N),
Location, etc. We have to pay a monthly fee for each daytime class based on
Location and CourseNo. For instance, I need to know how many daytime class
for San Diego in any given month.
I created a query and a second query based on the first to get a list of
each CourseNo. Let's say there were 13 daytime classes for San Diego for
December.
This is the number I need to use in a report. When I run the query it list
the 13 classes but I don't know what to do to get the number 13 to use in
textbox on my report.
Any help would be appreciated.