Can someone tell me where i messed up this conversion from the query builder SQL to VBA.
Dim Descriptionqryidkey As String
Descriptionqryidkey = "SELECT Itemstbl.ItemIDKey " & vbCrLf & _
"FROM ItemsNotestbl RIGHT JOIN Itemstbl ON ItemsNotestbl.key = Itemstbl.key " &...