Form Advise

M

myxmaster

I have a table called comments. From this table I would like to have a
form that allows you to view all comments, add comments and edit
comments. My question is do I need to create 3 different forms from
the same table or can I achieve my goal from 1 table. At present I
have created 1 form to view the records and have the properties set in
a manner not allowing additions, deletions or edits.

TIA
Jerry
 
D

Douglas J. Steele

No reason why you can't just have a button on the form that changes the form
to allow additions, deletions or edits.
 
Top