Hi all,
I have this following table,
Table : Company
Column: Name, Alias, Company_id
I then assigned the rowsource of the combo box to this table, displaying the 3 columns in the combo box.
The Problem:
Let's say if i do a search on the Alias and company_id,eg
Locate FOR Alias = 'ALD' AND Company_id = 5
and when FOUND() = .T., how do i dynamically change the display value in the combo box?
I've tried Requery() but it's not working. Any help is greatly appreciated.
Thanks
Yue Jeen [sig][/sig]
I have this following table,
Table : Company
Column: Name, Alias, Company_id
I then assigned the rowsource of the combo box to this table, displaying the 3 columns in the combo box.
The Problem:
Let's say if i do a search on the Alias and company_id,eg
Locate FOR Alias = 'ALD' AND Company_id = 5
and when FOUND() = .T., how do i dynamically change the display value in the combo box?
I've tried Requery() but it's not working. Any help is greatly appreciated.
Thanks
Yue Jeen [sig][/sig]