What is the best code to populate a DataGrid with code from a database and get the total(currency) from the last column?? Can someone give me a little sample code please? Every day above ground is a GOOD DAY!!!
I don't know exactly what you want but if you want to show the data of a recordset in the datagrid you can do this by setting the datasource of the datagrid to the recordset.
I should have said the best way to populate a datagrid with code, not the best code. I'm trying to make an invoice from whatever is selected from a database and get a currency total in the last field. I'm also using ADO code with a reference and not an ADO Object.
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.