L
Laura Stern
Guest
Sorry, but I don't think you'll be able to do that with a BindingSource. You'll just have to do it "manually", meaning that on some event like Form's Load, or if there is a button that move's to another record, you'd have to do it again in the button's click event, you would populate the text boxes with the values you want.
Continue reading...
Continue reading...