Can anyone tell me why the DBGrid control doesnt show the new records I add after I delete all the displayed records?
The records do get added but just not displayed.

Although refreshing the Data Control does bring back the
records I dont know where I can put the "Data1.refresh "
statement as I get errors.

I tried the Reposition event ,didnt work. I tried the
afterinsert event , definietly didnt work!

I dont want to have a button to refresh the Data control.

Can some one help me?