1. September 200223 j Hallo! Irgendwie bekomme ich hier diese simple SQL-Abfrage in VB auf eine AccessDB nicht hin. Vielleicht kann ja jmd. helfen. Ich habe schon einige Versionen probiert z.B: SELECT firma_id,firma,bis_dat From adr_stamm where bis_dat= '31.12.2099' SELECT firma_id,firma,bis_dat From adr_stamm where bis_dat= '2099-12-31' SELECT firma_id,firma,bis_dat From adr_stamm where bis_dat= Date('31.12.2099','DD.MM.YYYY') Nicole
1. September 200223 j Hallo, probiert doch mal folgendes: SELECT firma_id,firma,bis_dat From adr_stamm where bis_dat=#5/31/2002# Diese Schreibweise nimmt Access wenn man eine Abfrage erstellt. Frank
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.