I have a combo on an unbound form based on a sql. When user selects combo , all textboxes are updated.
What code can I put behind command buttons that will move the combo value to the next/previous record. There are no sequential numbers in sql list (unless I should put them into sql & use those??)
Also although form updates textboxes if combo is changed manually, I find that if combos value is changed programatically then the onchange event does not occur so how can I force it?
Thanks!
What code can I put behind command buttons that will move the combo value to the next/previous record. There are no sequential numbers in sql list (unless I should put them into sql & use those??)
Also although form updates textboxes if combo is changed manually, I find that if combos value is changed programatically then the onchange event does not occur so how can I force it?
Thanks!