S
sacarr
I have a problem with a combo box on a form which is bound to a query.
I have used On Got Focus in the combo box to set values based on other
fields in the record. The fields which contain the criteria are not changed
on the form so that is why On Got Focus was used.
This has been done using an sql statement in code. When selecting the combo
box the correct values are available for the given criteria. There are 2
columns, with the first column value being added to the record. Upon opening
the form the value in the second column is visible as it should be, however
when scrolling through the records these values disappear, however the first
coulmn value is correctly contained in the table.
Any Ideas anyone?
I have used On Got Focus in the combo box to set values based on other
fields in the record. The fields which contain the criteria are not changed
on the form so that is why On Got Focus was used.
This has been done using an sql statement in code. When selecting the combo
box the correct values are available for the given criteria. There are 2
columns, with the first column value being added to the record. Upon opening
the form the value in the second column is visible as it should be, however
when scrolling through the records these values disappear, however the first
coulmn value is correctly contained in the table.
Any Ideas anyone?