Guest_imported
New member
- Jan 1, 1970
- 0
I have a one table with a primary key field. In addition to that it has a date and another identifier; along with a bunch of data that will be stored on a daily basis. This table is going to store data daily, however is there anyway I can make it so that for each identifier (not the key) that there is only one date?
For example: (datasheet view)
Key Indentifier Date Information
1 2002 2/28/02 28th info
2 3002 2/28/02 28th info
3 2002 3/01/02 1st info
4 3002 3/01/02 1st info
What I'm asking if there is any way to make sure that for every identifier there is only 1 date.
For example: (datasheet view)
Key Indentifier Date Information
1 2002 2/28/02 28th info
2 3002 2/28/02 28th info
3 2002 3/01/02 1st info
4 3002 3/01/02 1st info
What I'm asking if there is any way to make sure that for every identifier there is only 1 date.