Comment Box

  • Thread starter Thread starter spiz
  • Start date Start date
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top