L
Laura Stern
Guest
Following up on jquerijero's answer, you would not do this by creating a class with public properties as you showed at first. You would do this by defining a temp-table with the four fields, transferring the db data into there and binding the BindingSource to the temp-table buffer (not a query, just the buffer). I'd be curious to know if this works!
Continue reading...
Continue reading...