Im a newbie in vb programming. i got to learn the loops thru books and surfing the net. Nwys im making a program now and m using dbgrid where i want to add data directly to the grid. I have already textboxes coded for data entry but i recently found out that i can directly enter data using the grid. I already set custom properties of dbgrid AllowAddNew, AllowDelete and AllowUpdate to true but it seems the grid is still lock even though there is...