How would one go about Overwriting a particular record, or filling in just empty fields in a particular record based on a match criteria..Lets same a unique UserID Reason for wanting to do this.. It is so much easier to update a customer table in excel than in a FlexGrid or DataGrid. Thus one would want to extract the data from a database Customers Table into an Excel sheet. Edit copy and paste etc, and then push the Excel data back to the database updating each record as needed.
I guess one could use excel directly to connect to the database but my understanding is that it is a one way push form the database to excel and not from excel to the database. Correct me if I am wrong on this.
I guess one could use excel directly to connect to the database but my understanding is that it is a one way push form the database to excel and not from excel to the database. Correct me if I am wrong on this.