{
// If CustomersBrowseDialog1.ShowDialog() = DialogResult.OK Then
// Me.txtCode.Text = CustomersBO1.cust_pk.ToString
// End If
}
this now works and returns the value but the form still wants to start over, how do I get the focus back to the forms main BO (certificateBO1) and back to the textbox that calls this browsedialog?