NotVeryTechie
Registered User.
- Local time
- Today, 09:49
- Joined
- May 20, 2008
- Messages
- 54
Hi there, hope you can help!
I have to design a database in which one of the activities required is to ensure that the information was sent to a number of people. If it was not sent, it should be done. From the user's point of view, they need to be reminded to do this but the completion of this information should be really quick and easy.
So initially I had in my main table the following fields (there are a whole lot more, including an auto number primary key, these are the ones I am struggling with):
Copied to SJ - Y/N
Copied to GD - Y/N
Copied to SG - Y/N
It was pointed out to me that this is very bad table design. If any of these people leave I will have to go into the design of the database to change the initials. So I am trying now to work out how to do this. The idea was to have those three fields appear on the form and the user can just tick them. Is there another, elegant way to do this that is also good table design?
I have to design a database in which one of the activities required is to ensure that the information was sent to a number of people. If it was not sent, it should be done. From the user's point of view, they need to be reminded to do this but the completion of this information should be really quick and easy.
So initially I had in my main table the following fields (there are a whole lot more, including an auto number primary key, these are the ones I am struggling with):
Copied to SJ - Y/N
Copied to GD - Y/N
Copied to SG - Y/N
It was pointed out to me that this is very bad table design. If any of these people leave I will have to go into the design of the database to change the initials. So I am trying now to work out how to do this. The idea was to have those three fields appear on the form and the user can just tick them. Is there another, elegant way to do this that is also good table design?