Hey guys,
I ve tried a lot over many hours and I am not getting what exactly I am doing wrong. Hopefully someone of you have a solution.
I have two sql tables one table where I have articles with data like article_ID, Title, manufacturer, types.Type_ID and so on.
The second table has types in it such as notebook, tablet etc. data: Type_ID, Title, icon
I use an edit form where people can create new articles and also shall put in the type via an dropdown or an combobox but I am not able to Connect the two tables.
My Dropdown Item Funktion mention the type table with the title as Value
The Update function is a LookUp(TypeTable,DataCardValue49.Selected.Title = Title, Type_ID)
Any help is much appreciated.
With best regards Leon