Auto fill a field from a drop down

N

newelljenn

I have a dropdown that has 3 columns
ID
Description
TaxRate

On the Afterupdate event of that drop down I want Access to take what is in
the TaxRate Column and put it in afield on the form called [ItemTaxRate]

So I put the following code on the After Update Event...

Me![ItemTaxRate] = Me![Set-UpCategoryID].Column(2)

When I click the drop down and choose a description, I get the following
Error

RunTime Error 438
Object doesn't support this property or method

Any suggestions on what to do?

Thanks,
Jenn~
 
Top