I'm relatively new to using VB in access and i have came across an issue using the DLookup function to retrieve a value in a table based on a value in a combo box.
I am struggling to write my third argument correctly to retrieve the value in my combo box.
The closest i can get to writing this Function correctly is as seen below:
Can anyone Help?
I am struggling to write my third argument correctly to retrieve the value in my combo box.
The closest i can get to writing this Function correctly is as seen below:
Code:
txtStaff_Member_Price.Value = DLookup("Staff_Skill_Level", "tblStaff_Skill_Level_Bonus", "Staff_Skill_Level_Bonus=" & Forms!frmCustomer_Receipt!Combo39.Column(3))
Can anyone Help?