combo box question

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi

I am using a combo box and it populates fine. I have the DataBinding
property set to the SelectedValue. However when I save the record, the
information for that particular field is not saving in the database. I am
using ms access. Any suggestions.

Thanks in advance

Bill
 
WhatI have done is set DataBindings property on the control to the
SelectedValue table at which I want to look up objdsPP.PrePay.PPFreqID

The DataSource is set to objdsPP
The DisplayMember is set to PayFreq.PayFreqName
The ValueMember is set to PayFreq.PPFreqID

Under the DataBinding section does the text need to be bound?

Bill
 
Back
Top