J Jon123 Registered User. Local time Today, 08:21 Joined Aug 29, 2003 Messages 668 Jan 12, 2014 #1 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)
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)
W WayneRyan AWF VIP Local time Today, 13:21 Joined Nov 19, 2002 Messages 7,120 Jan 12, 2014 #2 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
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
J Jon123 Registered User. Local time Today, 08:21 Joined Aug 29, 2003 Messages 668 Jan 12, 2014 #3 ya that was it I had it pointing the the field partnumber when it should have been ComboPN thank you