Roman_Candle
Member
- Joined
- Jan 19, 2005
- Messages
- 10
- Programming Experience
- Beginner
i have a combo box on a form.
when you select an item from it the rest of the form is populated(ie a search function)
i can also add a new record on the form.
what i want is for the new record i add to appear in the combo box straight away.
to originally populate the combo box i have been using a block of code i place in the form load.so i decided to take this block of code and place in a sub procedure and call it when i add a record instead.however it doesnt seem to update straight away unless i exit the form and then go back into it!
am i going about this the right way?
when you select an item from it the rest of the form is populated(ie a search function)
i can also add a new record on the form.
what i want is for the new record i add to appear in the combo box straight away.
to originally populate the combo box i have been using a block of code i place in the form load.so i decided to take this block of code and place in a sub procedure and call it when i add a record instead.however it doesnt seem to update straight away unless i exit the form and then go back into it!
am i going about this the right way?