Ok, here I am with a new problem 
I've got a combobox with which the user can select a product. This combobox is based upon the table Products.On selection of a product, a textbox is populated with the price of the product, made possible with the control source =[Product].Column(1). This part works fine.
However, I need the price to be stored in the table InvoiceRules, in the field Price. Somehow, I can't get this to work. I thought, I had to give an AfterUpdate command for the textbox where the price is shown.
Can someone please help me out here?
Thanks already.
I've got a combobox with which the user can select a product. This combobox is based upon the table Products.On selection of a product, a textbox is populated with the price of the product, made possible with the control source =[Product].Column(1). This part works fine.
However, I need the price to be stored in the table InvoiceRules, in the field Price. Somehow, I can't get this to work. I thought, I had to give an AfterUpdate command for the textbox where the price is shown.
Can someone please help me out here?
Thanks already.
Last edited: