OK, if I understand you correctly:
1. You want the Classes table to be used as the source for a combo box on
the Training form.
2. You want the Classes table to be editable from the Training form.
I'm afraid I don't understand what you mean by "...class table could be
edited by adding new training to the Training form from the classes form".
The phrase "...Training form *from the classes form*" is what throws me.
Dealing with the issues I can deal with at this point...
1. You can use the Control Wizard to setup the Classes combo when you create
the combo on the Training form. If you've already created it, then delete
it, enabled Control Wizard (on the Toolbox), and re-create it.
2. If by that you mean you want the user to be able to enter a value in the
Classes combo, and have that value added to the combo's source table, then
the following link will explain how to do that
http://www.pacificdb.com.au/MVP/Code/NIL.htm.
If you have any trouble doing this, then you'll need to provide us with a
list of the field names for all the tables involved (which includes their
relationships to each other), and a more detailed description of what you
want to do. We'll also need to know what's on the Training form and the
Classes form.
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
R Viola said:
I have a table called Training Catalog and another table called Employees
and from the two I have created a form called Training. I also have a table
called Classes. I would like the Classes table to be used in the Training
Form to select the the type of training. The idea would be that the class
table could be edited by adding new training to the Training form from the
classes form. I am thing that the classes would become a control source for
the training table, However I am still learning Access. Thanks for any
help you can offer.