I got a problem when upgrading Acess 2.0 application to Access 97. All combo
boxws which have a function as a recordsource and which worked fine in
version 2.0 now stop working. I got an empty list in the box and specified
function never runs. I tried to manipulate with forcing requery of the combo
box, but without any success.
Could anyone help me here with some ideas, please?
Thank you and best regards,
Maris Vainbergs
International Atomic Energy Agency
PS I'll appreciate if you CC answers to the my e-mail address. Thank you.
You'll have to convert this functionality to a value list if the
information is static, or you'll have to write the data to a new table
and use it as the rowsource if it is dynamic.
-Tom.