C
Catalin
Hello
I have a combo with 2 columns. Everything is set up corectly (bound column,
no of columns etc). Rowsource is a query which has 2 columns as well.
All goes fine but from time to time, i don't know for what reason, I get the
result me.combo.colum(0) or (1) = Null even though I should have not null
values (the bound query returns not null values, I have checked)
It is intriguing that this does not happen every time and also if I check
the value of my combo with me.combo than it returns the correct result not
null.
Can I get the value of my second column other than me.combo.column(1) ?
Because this value is what I need and I get the incorrect Null value.
Thank you very much for your help,
I have a combo with 2 columns. Everything is set up corectly (bound column,
no of columns etc). Rowsource is a query which has 2 columns as well.
All goes fine but from time to time, i don't know for what reason, I get the
result me.combo.colum(0) or (1) = Null even though I should have not null
values (the bound query returns not null values, I have checked)
It is intriguing that this does not happen every time and also if I check
the value of my combo with me.combo than it returns the correct result not
null.
Can I get the value of my second column other than me.combo.column(1) ?
Because this value is what I need and I get the incorrect Null value.
Thank you very much for your help,