hi i ve got a little problem
i do the request
SELECT Contacts.Nom, Contacts.Prenom, CDate([Historique_commercial].[Date_prochain_suivi]) as [Prochain suivi], Historique_commercial.Identification_suivi FROM Historique_commercial INNER JOIN Contacts ON Historique_commercial.Identification_client = Contacts.Identification_client WHERE Historique_commercial.Date_prochain_suivi <> '__/__/____' AND CDate([Date_prochain_suivi])>#11/22/00#
the format of the field date_prochain_suivi is a string.
the problem is when i execute the querystring, there ais no order in the condition WHERE and it try to convert in date the data which are = '__/__/____'
the problem is that i must do only one querystring to do that.
thanks if you have solution !
Raph
rchene@rockefeller.univ-lyon1.fr
i do the request
SELECT Contacts.Nom, Contacts.Prenom, CDate([Historique_commercial].[Date_prochain_suivi]) as [Prochain suivi], Historique_commercial.Identification_suivi FROM Historique_commercial INNER JOIN Contacts ON Historique_commercial.Identification_client = Contacts.Identification_client WHERE Historique_commercial.Date_prochain_suivi <> '__/__/____' AND CDate([Date_prochain_suivi])>#11/22/00#
the format of the field date_prochain_suivi is a string.
the problem is when i execute the querystring, there ais no order in the condition WHERE and it try to convert in date the data which are = '__/__/____'
the problem is that i must do only one querystring to do that.
thanks if you have solution !
Raph
rchene@rockefeller.univ-lyon1.fr