P
phil
I have a datasheet which contains a combobox. The combobox is filled with
values via a function. Is there any way I get can get the list to refill for
each row in the datasheet? The function only seems to refill the list each
time the form is opened even if I put the code in the On Current event. I'm
trying ot achieve a list of values that are dependant upon a key value within
the same row. E.G.
row 1, key value, <list of values based on row 1 key>
row 2, key value, <list of values based on row 2 key>
row 3, key value, <list of values based on row 3 key>
values via a function. Is there any way I get can get the list to refill for
each row in the datasheet? The function only seems to refill the list each
time the form is opened even if I put the code in the On Current event. I'm
trying ot achieve a list of values that are dependant upon a key value within
the same row. E.G.
row 1, key value, <list of values based on row 1 key>
row 2, key value, <list of values based on row 2 key>
row 3, key value, <list of values based on row 3 key>