Multiple rows

C

Charles

Hi all,

How do I create multiple rows per record?
For example:

ProjectId Student names Comments
homework1 Charles Completed
John Completed
liza Not completed
Homework2 Maria Completed
Amy Not Completed

thank you for your help
 
R

Rick Brandt

Charles said:
Hi all,

How do I create multiple rows per record?
For example:

ProjectId Student names Comments
homework1 Charles Completed
John Completed
liza Not completed
Homework2 Maria Completed
Amy Not Completed

You don't. You create a second table and create a one-to-many relationship
to it from the original.
 

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

Top