Hi
I have make a combo box which uses table like this:
[month] [start date] [end date]
january 1.1.2006 31.1.2006
february 1.2.2006 28.2.2006
...
When user chooses month I want that start date will be showed in textbox in form. And end date will be also showed in another text box.
So I...