G
Guest
Hi Folks
I keep recieving the following error message when i try to bind a combobox to the value that is in a textbox. the application crashes on the following line...
Me.CBoxTitle.SelectedItem = frmExistingCustomer.TBTitle.Tex
this is the error mesaage i recieve
An unhandled exception of type 'System.NullReferenceException' occurred in Caravan.ex
Additional information: Object reference not set to an instance of an object
any help is appreciated
I keep recieving the following error message when i try to bind a combobox to the value that is in a textbox. the application crashes on the following line...
Me.CBoxTitle.SelectedItem = frmExistingCustomer.TBTitle.Tex
this is the error mesaage i recieve
An unhandled exception of type 'System.NullReferenceException' occurred in Caravan.ex
Additional information: Object reference not set to an instance of an object
any help is appreciated