Hi,
I have ms access database with two tables connected by "ID Number" as primary using a one-to-many relationship. My question is how can i create a code or something like that , that would notify me about duplicate entry.
for ex:
table 1 with ID number, name, address
connected with relationship
table 2 with ID number, date, remarks
entry 1
ID number | name | address | date | remarks
00-1 | Nat | California | 1-14-14 | present
00-2 | Rea | California | 1-14-14 | present
entry 2
ID number | name | address | date | remarks
00-1 | Nat | California | 1-15-14 | present
00-2 | Rea | California | 1-14-14 | present
Note: if i do enter same date in id-number 00-2 it should give me a note that it was or it is a duplicate entry.
need help..correctio n about my question is accepted
I have ms access database with two tables connected by "ID Number" as primary using a one-to-many relationship. My question is how can i create a code or something like that , that would notify me about duplicate entry.
for ex:
table 1 with ID number, name, address
connected with relationship
table 2 with ID number, date, remarks
entry 1
ID number | name | address | date | remarks
00-1 | Nat | California | 1-14-14 | present
00-2 | Rea | California | 1-14-14 | present
entry 2
ID number | name | address | date | remarks
00-1 | Nat | California | 1-15-14 | present
00-2 | Rea | California | 1-14-14 | present
Note: if i do enter same date in id-number 00-2 it should give me a note that it was or it is a duplicate entry.
need help..correctio n about my question is accepted
Comment