A
AccessDatabaseUserInNeedOfHelp2005_01_07
Reiterating the question:
Why would a (ADO Recordset) bound ComboBox control not allow me to edit
contents?
pick or edit is not allowed.
Here's the pseudo code:
Set Me.Form.Recordset = rst_recordsetname
Me.DataEntry = False
Me.AllowAdditions = False
Me.AllowEdits = True
Me.AllowDeletions = False
Me!cmb_box.ControlSource = rst_ext_sDebt_Nums.Fields("values_for_combo").Name
Forms!frmUpdates!cmbDebtNum.Locked = False
Why would a (ADO Recordset) bound ComboBox control not allow me to edit
contents?
pick or edit is not allowed.
Here's the pseudo code:
Set Me.Form.Recordset = rst_recordsetname
Me.DataEntry = False
Me.AllowAdditions = False
Me.AllowEdits = True
Me.AllowDeletions = False
Me!cmb_box.ControlSource = rst_ext_sDebt_Nums.Fields("values_for_combo").Name
Forms!frmUpdates!cmbDebtNum.Locked = False