Application designed to build class rosters

C

ChuckW

Hi,

I am trying to come up with a form (or forms) that will build exercise class
rosters for a gym. I have a table of Clients, Instructions and Class Names.
The Client table has ClientID and ClientName, Instructor table has
InstructorID and InstructorName and the Class table has ClassID and ClassName
as fields. I would like to come up with a way every day to build classes by
selecting from these tables and then to be able to view them. Does anyone
know of an access application that does this or does anyone have any feedback
on how to do this?

Thanks,
 
Top