I have a form that collects data onto a table called "Dailyattendanc e" with columns "Cardno", "Name", "Sex", "Age" and "Dateofattendan ce".
In preventing duplicate records i would like to delete records that matches criteria of same cardno, name, and dateofattendace .
Can i please get help as to achieving that, probably with a code.
Pls note: Very new to VB
Thank you.
In preventing duplicate records i would like to delete records that matches criteria of same cardno, name, and dateofattendace .
Can i please get help as to achieving that, probably with a code.
Pls note: Very new to VB
Thank you.
Comment