nakedbamboo
Technical User
I am making a database that has entries of people. For each person, I am trying to make a section where the user can enter notes on that person, save the record, come back at a later time and enter more notes. I would like to have each note shown as a journal-type entry such as:
Oct. 29, 2003
Note
Nov. 5, 2003
Note
Etc....
A text box only allows a max of 255 characters which is not enough. So I was wondering if there is a way to do this with subforms. Each note can be a seperate record as far as I am concerend, but what do I tie the subform to? Do I have to make a seperate table for every person with their notes, or can I make one table with all their notes mixed together and somehow do a query on it? If anyone has any ideas I would be greatly appreciative. Thanks.
Oct. 29, 2003
Note
Nov. 5, 2003
Note
Etc....
A text box only allows a max of 255 characters which is not enough. So I was wondering if there is a way to do this with subforms. Each note can be a seperate record as far as I am concerend, but what do I tie the subform to? Do I have to make a seperate table for every person with their notes, or can I make one table with all their notes mixed together and somehow do a query on it? If anyone has any ideas I would be greatly appreciative. Thanks.