D
Dave
Hi,
I am working on a registration database. Currently, I
have a calendar for users to select a time period to
search for available classes. Then an enrollment form is
opened with a subform in it listing the available classes
to choose from. I have a "class limit size" field in the
enrollment table where I am able to limit the class size.
I would like to have the subform only list the classes
that are less than the "class limit size" field (so,
classes aren't over filled). What are some ways to go
about doing this? Do I or can I add criteria to my query
that gets the date range the user selects, which opens up
the form to view available classes? I believe I need to
have my database "count" the records for each "classID",
but I am unsure about how to go about doing this.
Any help would be appreciated. Thanks!!!
I am working on a registration database. Currently, I
have a calendar for users to select a time period to
search for available classes. Then an enrollment form is
opened with a subform in it listing the available classes
to choose from. I have a "class limit size" field in the
enrollment table where I am able to limit the class size.
I would like to have the subform only list the classes
that are less than the "class limit size" field (so,
classes aren't over filled). What are some ways to go
about doing this? Do I or can I add criteria to my query
that gets the date range the user selects, which opens up
the form to view available classes? I believe I need to
have my database "count" the records for each "classID",
but I am unsure about how to go about doing this.
Any help would be appreciated. Thanks!!!