Hi,
I have a text box (Gross) which is (currency) showing totals. There is also a combo box which holds tax data in currency.
What I would like to do is when the tex box(Gross) has focus then the combo box will drop down and match the data in the text box
So far I have this;
On the 'textbox' (on focus event) combobox.setfocus
On the combo box (on the got focus) combobox.dropdown.
All I need it to do now is for the data in the 'textbox' to match the data in the combo box.
Hope this make sense
KP
I have a text box (Gross) which is (currency) showing totals. There is also a combo box which holds tax data in currency.
What I would like to do is when the tex box(Gross) has focus then the combo box will drop down and match the data in the text box
So far I have this;
On the 'textbox' (on focus event) combobox.setfocus
On the combo box (on the got focus) combobox.dropdown.
All I need it to do now is for the data in the 'textbox' to match the data in the combo box.
Hope this make sense
KP