in access in datagriew how can it show what happens at that time ı done a program its show but after closing and opening please help to me

I think you are referring to display of changes made to a database.
It is possible to identify a changed row using the DataRow.HasVersion() method.
However, this information is only relevant to the current changes. :(
To identify changes between program executions you must make a record of the changes yourself.

It might also be possible to get the changes from your database (MS Access I think).
Unfortunately, I am not sure how to do this. :$
It would probably require some special commands to get data from the system tables.
Maybe someone else could help with this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.