Hi! Hopefully someone can help me out. I am having trouble with adding dlookup afterupdate.
I have combo box (DescriptionCombo) when selected I need the Template to appear in the text box (Template). The information is stored in the DescriptionPriceTemplates table. Both the description and template have text, numbers and dashes.
Here's my code:
[Template] = DLookup("[Template]", "[DescriptionPriceTemplates]", "[Description]='" & [DescriptionCombo])
I have combo box (DescriptionCombo) when selected I need the Template to appear in the text box (Template). The information is stored in the DescriptionPriceTemplates table. Both the description and template have text, numbers and dashes.
Here's my code:
[Template] = DLookup("[Template]", "[DescriptionPriceTemplates]", "[Description]='" & [DescriptionCombo])