Exception Works : The Microsoft Jet database engine cannot find the input table or query ‘bsPVoneTarif’
Si vous avez le problème suivant sur le filtre tarif sur la liste des produits:
—————————Inabex Works—————————
The Microsoft Jet database engine cannot find the input table or query ‘bsPVoneTarif’. Make sure it exists and that its name is spelled correctly.
—————————[ OK ] —————————
Il faut créer une requête:bsPVoneTarifPARAMETERS [nCleTarif] Long;SELECT PrixVente.CleProduit, PrixVente.PrixVenteFROM PrixVenteWHERE (((PrixVente.CleTarif)=[nCleTarif]));