*********************
Private
loTable.Columns.Add(
loRow = loTable.NewRow()
loRow.Item(
loTable.Rows.Add(loRow)
*******************************************
cboReminder.DataSource = loTable
cboReminder.DisplayMember =
cboReminder.ValueMember =
Well, let's dig a little deeper...this is the ONLY way I generally ever populate a combo, so give me some more details or post a quick sample so we can see what you might be doing that is not working for you. Also, there are quite a few samples throughout the different samples that does this, so you might want to look at these as well.