Hi every Boady;
i have problem with dcount prevent duplicate ?
first field book_no (table ) maintable
id,book_no with number ,date_series short date
i want to prevent duplicate book_no with the same date/time
Private Sub Text74_BeforeUpdate(Cancel As Integer)
If DCount("*", "maintable"...