Adding to a table through a form

S

Samantha

I have a form, ProjectInfoForm that is based on the ProjectInfoTable and it
has a button that opens a linked form called ProjectTeamForm. The
ProjectTeamForm contains information found in the TeamMembersTable.

The user should be able to pick a name from the list or type in a new name.
The form allows users do that, however, it does not add the new name to the
TeamMembersTable.

How do I make the new entries get added to the table?

Thanks, Samantha
 
Top