A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Table creation question



 
 
Thread Tools Display Modes
  #1  
Old January 6th, 2009, 04:15 PM posted to microsoft.public.access.gettingstarted
Timothy Millar
external usenet poster
 
Posts: 24
Default Table creation question

I have a database that I use to track boxes. Each record is a single box as
each record could contain multiple bits of information that pretain to just
that box. My question is; each record has a memo field for notes. These
notes are entered in during the coarse of the life of this box which mean
that I can have as little as a single note or as many as fifty notes per box.
What would be the best way to maintain this information as I need to
time/date stamp each new note entry?

Thank you for your help
  #2  
Old January 6th, 2009, 04:21 PM posted to microsoft.public.access.gettingstarted
boblarson
external usenet poster
 
Posts: 886
Default Table creation question

I would create a separate table for notes and use the other table's primary
key as the foreign key within the notes table and then use a subform to enter
as many notes as needed.
--
Bob Larson
Free MS Access Tutorials and Samples at http://www.btabdevelopment.com

__________________________________


"Timothy Millar" wrote:

I have a database that I use to track boxes. Each record is a single box as
each record could contain multiple bits of information that pretain to just
that box. My question is; each record has a memo field for notes. These
notes are entered in during the coarse of the life of this box which mean
that I can have as little as a single note or as many as fifty notes per box.
What would be the best way to maintain this information as I need to
time/date stamp each new note entry?

Thank you for your help

  #3  
Old January 6th, 2009, 10:29 PM posted to microsoft.public.access.gettingstarted
Steve[_57_]
external usenet poster
 
Posts: 598
Default Table creation question

What do you mean by:
"....each record could contain multiple bits of information....."?

If you are recording something like the contents of the box, then you
shouldn't be recprding this data in notes. Rather you should have a separate
table. Your tables would look like:

TblBox
BoxID
Descriptive fields about the box

TblBoxContent
BoxContentID
BoxID
Descriptive field about the item in the box

Steve


"Timothy Millar" wrote in message
...
I have a database that I use to track boxes. Each record is a single box
as
each record could contain multiple bits of information that pretain to
just
that box. My question is; each record has a memo field for notes. These
notes are entered in during the coarse of the life of this box which mean
that I can have as little as a single note or as many as fifty notes per
box.
What would be the best way to maintain this information as I need to
time/date stamp each new note entry?

Thank you for your help



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.