T
theelio
I have an access 2003 database. there are many places in my program where i
add records into one table, in order to avoid testing duplicated records on
each insert i find it better to create a unique index on many fields of
different data type like long integer , text and date/time but it seems that
when the date/time fields are null it allows the duplication even if i
precise to the index to not ignore nulls
Any help would be much apreciated
Thank you
add records into one table, in order to avoid testing duplicated records on
each insert i find it better to create a unique index on many fields of
different data type like long integer , text and date/time but it seems that
when the date/time fields are null it allows the duplication even if i
precise to the index to not ignore nulls
Any help would be much apreciated
Thank you