Acces SQL naar Mysql

Status
Niet open voor verdere reacties.

harolda1980

Gebruiker
Lid geworden
7 aug 2007
Berichten
488
Ik heb deze code in een programma zitten maar deze loopt vast nu de database draait op mySQL. Ik ben benieuwd of iemand mij aan de oplossing kan helpen?

Code:
"SELECT tblBestelling.bestel_id, tlbArtikel.A_kpl, Sum([tblB_ihIDL]![A_DL]*[tblB_ihIDL]![Prijs]) AS Expr1 FROM tlbArtikel INNER JOIN (tblBestelling INNER JOIN tblB_ihIDL ON tblBestelling.bestel_id = tblB_ihIDL.bid) ON tlbArtikel.AID = tblB_ihIDL.AID GROUP BY tblBestelling.bestel_id, tlbArtikel.A_kpl HAVING (((tblBestelling.bestel_id)=" & Factuur_Bsid & "));"
 
Laatst bewerkt:
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan