aladar04 0 Light Poster

I have this code in the add button.
The recordsource of the grid is a local view.
Record is not updated after thisform.grid1.refresh.
also tried thisform.refresh but it still not work.

SELECT teybolinboys
APPEND BLANK
replace c_id WITH thisform.txtcus.Value
replace p_id WITH thisform.txtpro.Value
replace selldate WITH thisform.txtdat.Value
replace quantity WITH thisform.txtqua.Value
replace subtotal WITH subt
thisform.grid1.Refresh