Hi ,
Scenario is :
1: First i append the records in .accdb file.
2 Now I need to delete & append the records from .accdb file by passing Date.
3 If Date is matched with existing records, it should delete those records & add new data in file.
4 How to write Delete sql query where Date is dynamic (user given date).
5 If any other way to achieve task ?