I have a combo based on a small table which could range from a single record from 1 to a variable number based on prior processing.
I want to display the value of the record when the form fires up.
I use cmbo.value = table.field in the init method.
When there is only one record it displays 1 but the Interactive Change method does not fire.
Can I start the form with the value 1 in the combo and still use the code in the IC method to drive the rest of the forms controls?
Thanks Eric
I want to display the value of the record when the form fires up.
I use cmbo.value = table.field in the init method.
When there is only one record it displays 1 but the Interactive Change method does not fire.
Can I start the form with the value 1 in the combo and still use the code in the IC method to drive the rest of the forms controls?
Thanks Eric