mcleyn
Jun 8, 2009, 08:31 AM
HI!
I would like to save up to 5 records in one field. What is the best way to do so?
ScottGem
Jun 8, 2009, 01:20 PM
There is none. This violates normalization rules and is very much a no no. If you need to attach multiple records or values to a field, you do so with a child table.
mcleyn
Jun 9, 2009, 07:16 AM
There is none. This violates normalization rules and is very much a no no. If you need to attach multiple records or values to a field, you do so with a child table.
Thank you.