Dear sdoc,
That was a typo.
The refresh was for the combo. Try the following code :
cbxCustomers.Clear();
cbxCustomers.DataSource = custTA.GetData();
cbxCustomers.DisplayMember = "CustName";
cbxCustomers.ValueMember = "CustID";
cbxCustomers.Refresh();
HTH,
Suprotim