It will be easier if I explain what I am trying to do. I am building a system where people will sign up for jobs. A job may have more than one opening. Say I need 5 people to work at a certain location. My idea is that I will build a jobs table (using SQL Server) in this table will be a field for number of people needed for this job. Now when I build the jobs available page (asp) I need the this job to "not show " if 5 people have already signed up for it. Do I build a query that says when field "people needed" is = or greater than what ever number is listed in the field do not show. Iam I thinking in the right direction? I am just not sure how to write the query as the number in the people needed field could be different for each job. Any help would greatly be apreciated.
Thanks
Brian
Thanks
Brian