P
Paul Falla
Dear Crispy
This can be done one of 2 ways. Both rely on a unique
identifier for the album. The easiest way is to have a
notes field in the same table as the rest of the info
pertaining to the album. Alternatively you can have a
separate table for the album notes, but you must have an
identifier which is the same unique value as the
identifier for the album itself. You can then add a
subform to your main form to show the album notes.
Hope that this helps
Paul
This can be done one of 2 ways. Both rely on a unique
identifier for the album. The easiest way is to have a
notes field in the same table as the rest of the info
pertaining to the album. Alternatively you can have a
separate table for the album notes, but you must have an
identifier which is the same unique value as the
identifier for the album itself. You can then add a
subform to your main form to show the album notes.
Hope that this helps
Paul