Comment Box

S

spiz

Trying to make a comment box that will automatically log all comments and
create new box for new comment that is dated (and maybe w/persons name)
Have no clue how to do this, am a new user, but fast learner.
 
K

KARL DEWEY

I assume the comments relate to something. Create a relation of one-to-many
between the 'something' and the 'comments' tables.
Use a form/subform to display the one-to-many. Have a primary key in the
'one' side and foreign key in the 'many' side. Use these fields to set the
Master/Child link between the form/subform.
 
Top