Hello Everyone,

Here is something that I usually do:

I write a sub that will load the DataGrid/ListView/Whatever.

For example:

Public Sub LoadListView()

*The DB query code and ListView loading code*

End Sub

Then whenever I add or remove a record I just call LoadListView() after!

Everything will then display correctly!!

Hope this has helped

Simon Templer