G
George
Dear friends,
I am in the process of developing a simple database for the
incoming/outgoing correspondence of my department.
I have created a table with a the following structure:
CorrespondeceID - autonumber - primary key
LetterDate
From (the person who sent the letter to us)
ReferenceNo (ref no of the person sent the letter to us)
ReceivedDate
LetterSubject
FileNo (the file where the letter should be kept) - this is a lookup field
using a second table, where all our filenos are kept
ResponsibleOfficer - related to a third table of all of our emmployees
Now, I am in a big dilemma for:
a) I will use a field in the above table to record whether the letter is
incoming or outgoing (perhaps a lookup field), but in that case the fields
From, ReferenceNo will not be recorded for all outgoing correspondence, or
b) To use a second table to record only the outgoing corresponce, similar
with the above, without the mentioned fields (From and ReferenceNo).
Any ideas will be highly appreciated,
Thanking you in advance,
GeorgeCY
I am in the process of developing a simple database for the
incoming/outgoing correspondence of my department.
I have created a table with a the following structure:
CorrespondeceID - autonumber - primary key
LetterDate
From (the person who sent the letter to us)
ReferenceNo (ref no of the person sent the letter to us)
ReceivedDate
LetterSubject
FileNo (the file where the letter should be kept) - this is a lookup field
using a second table, where all our filenos are kept
ResponsibleOfficer - related to a third table of all of our emmployees
Now, I am in a big dilemma for:
a) I will use a field in the above table to record whether the letter is
incoming or outgoing (perhaps a lookup field), but in that case the fields
From, ReferenceNo will not be recorded for all outgoing correspondence, or
b) To use a second table to record only the outgoing corresponce, similar
with the above, without the mentioned fields (From and ReferenceNo).
Any ideas will be highly appreciated,
Thanking you in advance,
GeorgeCY