Hey all,
Got a little problem. I have a combo box which has a list of values from a table. When a user selects a value it gets added to a text box. Now the problem I am having is when the user first opens the form and selects a value it doesn't get added to the text box. But if they select it again it then gets added. Anyone know why it is doing this?
The code is in the OnChange Event for the combo box. I also tried the OnClick event and it does the same thing.
Thanks
Got a little problem. I have a combo box which has a list of values from a table. When a user selects a value it gets added to a text box. Now the problem I am having is when the user first opens the form and selects a value it doesn't get added to the text box. But if they select it again it then gets added. Anyone know why it is doing this?
The code is in the OnChange Event for the combo box. I also tried the OnClick event and it does the same thing.
Thanks