djmurphy58
Technical User
I'm a beginner Access user who is having some troubles with using a combo box. Here's the deal:
I have a table of cost codes. Each cost code has a series of attributes. I have created a form with a field for cost code. I want this field to be a combo box so that I can simply select the cost code from my tblCostCodes. When I do this though, the cost code I select gets add to my tblCostCodes. Say for example I select cost code "1510.01" from my tblCostCodes. The combo box will select it, but it will also add a new cost code "1510.01" to my table.....so now I have duplicate cost codes. Why does it do this?
Thanks
I have a table of cost codes. Each cost code has a series of attributes. I have created a form with a field for cost code. I want this field to be a combo box so that I can simply select the cost code from my tblCostCodes. When I do this though, the cost code I select gets add to my tblCostCodes. Say for example I select cost code "1510.01" from my tblCostCodes. The combo box will select it, but it will also add a new cost code "1510.01" to my table.....so now I have duplicate cost codes. Why does it do this?
Thanks