Creating a Form

S

SherryLaine

I'm creating an employee database to track trainings our employees attend. I
have the following tables:

Employee Table:
EmployeeID
EmployeeLastName
etc..

Training Table:
TrainingID
TrainingName
Length

Training Assignment Table:
TrainingID
EmployeeID

I want to make a simple form to assign staff to trainings so my end result
will be a report with the employee at the top with a list of trainings
they've attend and a report with the training at the top with a list of
employees to attend. I know how to do reports, I'm stumped with the form.

Please post answers in the simplest terms possible as I'm a beginner! Thank
you for any help!
 

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