error 2950 trying to get value of cbo box to fill in value on form

P

Piperlynne

Ok, I have a cboBaseData box that the user can use to select a base for a
pitch.
BaseID is also a field in the form.
I used a macro to set the value of the BaseID field to the 1st column in the
cboBaseData on update.
I'm getting error 2950 when I try to use the cbobox now.
Should I be doing this some other way?
 
Top