Copy form and change table dependency

T

tommcbrny

Hello,

I copied an existing table and added several new fields. I would like to
create a form that allows me to enter data for the new fields. The original
table has an accompanying form that includes all of its original fields.

I made a copy of the original form. The copy is still dependent on the
original table, however. Is there a way for me to make this form dependent
on the new table that has the additional fields? I'd like to keep the new
form design work to a minimum by adding only the new fields from the new
table if possible.

Thanks,
Tom
 
T

tommcbrny

Answered my own question here. It was as easy as changing the Record Source
in the form properties to the new data table.
 
Top