Form and Table link

T

Terry

Is it possible to create a form where the data is input
directly into the form and then the data goes to a table
that will serve as a log or record, not the opposite?
Thanks
 
T

Tim Ferguson

Is it possible to create a form where the data is input
directly into the form and then the data goes to a table
that will serve as a log or record, not the opposite?

If you want a form that is used for Data Entry and cannot be used for
editing old records, then you just set its DataEntry property to True. More
details in Help.

HTH


Tim F
 
Top