Basic forms question

G

Gerry1234

Hello All:

How can you get a field value, that you populate automatically from Table1,
be added as part of a new record to Table2

I have a form where I select a class id from a list box. It then pulls up
the facultyid automatically in the next field (I did this by adding the
facultyid field). Both attributes are from the same table, Class.

Now I want the user to enter values for 4 more fields and all 6 values to be
added to a different table.

Values are added to the new record for all fields except facultyid (the one
I had populated automatically). Could it be because the field is named
differently in the 2 tables (facultyid and facid??

I appreciate your help,

Gerry
 
Top