Hi,
Just a quick question i have a table "tbl_TrnasactionMaster", with the follwing fields
Employee ID, User Name and Time, Time of Transaction,
What i need to do is to prevent the same record form being entered more then once, for instance the folwiing should not be allowed.
Employee ID, User Name and Time, Time of Transaction
200 GA0200 20/11/2006 9.13
200 GA0200 20/11/2006 9.13
But the following can occur, there is a diffrence between the two times the transaction occured.
Employee ID, User Name and Time, Time of Transaction
200 GA0200 20/11/2006 9.13
200 GA0200 20/11/2006 9.23
Would this be made possible by setting the index criteria for all three fields to no duplicates?.
Just a quick question i have a table "tbl_TrnasactionMaster", with the follwing fields
Employee ID, User Name and Time, Time of Transaction,
What i need to do is to prevent the same record form being entered more then once, for instance the folwiing should not be allowed.
Employee ID, User Name and Time, Time of Transaction
200 GA0200 20/11/2006 9.13
200 GA0200 20/11/2006 9.13
But the following can occur, there is a diffrence between the two times the transaction occured.
Employee ID, User Name and Time, Time of Transaction
200 GA0200 20/11/2006 9.13
200 GA0200 20/11/2006 9.23
Would this be made possible by setting the index criteria for all three fields to no duplicates?.