unable to add new records in datagrid
what it does is on click to List box
it retrieves data from list box and
it replaces the previous record. how to add new record with the previous record existing
try this if you use a bound datagrid to a datacontrol:
1. define the recordsource of the data control, the grid will be automatically filled with all records
2. by clicking on the list box, add a new record to your table, fill in the fields of that record, and "refresh" the data control recordset, the grid will be automatically filled with all records including the new record (if it meets the query definition)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.