need help updating a field based off a selecton in a combo box

Jon123

Registered User.
Local time
Today, 08:21
Joined
Aug 29, 2003
Messages
668
I have a combo box and I'm trying to get a second field filled in based of the selection using column 2. I get an error on column when the code runs any ideas?

Me.[description] = Me.[PartNumber].Column(1)
 
Jon,

Your code looks OK.

Is the code located on the form that has the combobox?

What is the value of Me.[PartNumber].Column(1) ?

Wayne
 
ya that was it I had it pointing the the field partnumber when it should have been ComboPN

thank you
 

Users who are viewing this thread

Back
Top Bottom