hy i have 2 tables 1 with details and one with supplier names i wish to join them togeter.
how can i do this i have no experience in SQL
The expected layout should be:
U_Bestellen,U_ItemCode,SupCatNum,U_PreviusSupCatNum,U_Stalen_NaamDoos,U_Stalenomshijving,CardCode,CardName
when the users enter a Cardcode Sql should lookup the name ... i think this is a Inner join ???