ralphcarter
Programmer
Here is my problem:
I have an integer field in a table as the control source for combobox control
I have created a 2 dimensional array as the rowsource for my control. For each row in the array element 1 is character and element 2 is numeric.
I have set the boundcolumn on the control to column 2(the numeric)
I have set the boundto property to TRUE
The column sparse property is set to FALSE
This recipe should display the character values(element 1) and deposit the numeric values(element 2) from the array into the table
Everything works great until:
I set one of the numerics to a negative value. It deposits the negative numeric value into the field but the character element will not display.
Any thoughts? I have searched through here and have found some who think a pageframe might affect this. I am within at least 1 pageframe on the form.
Thanks for the help
Ralph
I have an integer field in a table as the control source for combobox control
I have created a 2 dimensional array as the rowsource for my control. For each row in the array element 1 is character and element 2 is numeric.
I have set the boundcolumn on the control to column 2(the numeric)
I have set the boundto property to TRUE
The column sparse property is set to FALSE
This recipe should display the character values(element 1) and deposit the numeric values(element 2) from the array into the table
Everything works great until:
I set one of the numerics to a negative value. It deposits the negative numeric value into the field but the character element will not display.
Any thoughts? I have searched through here and have found some who think a pageframe might affect this. I am within at least 1 pageframe on the form.
Thanks for the help
Ralph