Access selecting combobox column in VBA returns “function not defined”-error
问题 when trying to access a specific column value of my combobox in VBA, I will get a runtime error telling me the "function is not defined". Is there any mistake in my calling structure or another error? I cleared the Topics-table completely before and now want to insert the new data from the combobox with two coulmns: strAdd = "INSERT INTO TopicsTbl ( TopicName, CategoryID, CategoryName) " & _ "VALUES (Forms!frmAdd_Rename_Delete_Topic!txtTopicName, Forms!frmAdd_Rename_Delete_Topic