hi
i have a continious form with a combobox and the data has the format
customer John
customer Peter
customer Mary
customer Nick
i want to hide the word "customer " after i make my choice
i tried something in the after update
me.cmbbox = mid(me.cmbbox, 8)
but it delete my choice
any help!!!
i have a continious form with a combobox and the data has the format
customer John
customer Peter
customer Mary
customer Nick
i want to hide the word "customer " after i make my choice
i tried something in the after update
me.cmbbox = mid(me.cmbbox, 8)
but it delete my choice
any help!!!