Exception Works : The Microsoft Jet database engine cannot find the input table or query ‘bsPVoneTarif’

7 juillet 2020

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]));