Waiting List

J

Jim Nessl

We have many applicants and a set number of slots for a
course. There are 8 courses and, based on the date of
application, reports(letters) that notify applicants of
acceptance in a course, are sent. If there is no
response, from the applicant, letters are sent to the
next applicants on the waiting list to fill out the
slots. I am first having trouble using a variable
for "Top N" or in VBA to limit the number of reports to
print. Also a flag must be set to remove an applicant
from the waiting list after a letter is printed.
 
D

Duane Hookom

You haven't stated anything that describes which applicants are selected and
which aren't. Is there a field that identifies the order of registrations or
something?

I would use some method outside of the report (maybe before or after you run
the report) to record the status.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top