astarbyfar
Registered User.
- Local time
- Today, 13:59
- Joined
- Apr 27, 2003
- Messages
- 93
I owe this forum my life! I have a combo box with no default value i.e. there is no value in the combo box when the form is loaded. When the combo box is updated from one certain value to another I want to make the neccessary changes. However if the box is changed from another value to a different one different changes are made.
Hopefully the following pseudo code will help
If combobox.value changes from 1 to 2
make changes1
ElseIf combobox.value changes from 1 to 3
make changes2
Else
make changes3
I understand this is not how it will be done but hopefully you will understand what I want. I think I may have to create a seperate function which will be called in the beforeupdate() method but Im not sure. Cheers
Hopefully the following pseudo code will help
If combobox.value changes from 1 to 2
make changes1
ElseIf combobox.value changes from 1 to 3
make changes2
Else
make changes3
I understand this is not how it will be done but hopefully you will understand what I want. I think I may have to create a seperate function which will be called in the beforeupdate() method but Im not sure. Cheers