is there a way to cancle binding between an access database and a text property in a form at run time
Printable View
is there a way to cancle binding between an access database and a text property in a form at run time
Hi,
Try
txtForename.DataBindings.Clear()