Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query Stopped Working
Message
De
13/07/2013 21:50:47
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Access
Titre:
Query Stopped Working
Divers
Thread ID:
01578395
Message ID:
01578395
Vues:
48
This query was working fine, but then all of a sudden it stopped pulling data. No errors, just empty results.
SELECT Salutation.Salutation, Valid_Numbers.[First Name], Valid_Numbers.[Last Name], Valid_Numbers.[House Number] & " " & [Street Name] AS Address, Valid_Numbers.City, Valid_Numbers.ST, Valid_Numbers.ZIP, Valid_Numbers.[Date of Birth]
FROM Salutation INNER JOIN Valid_Numbers ON Salutation.ID=Valid_Numbers.Salutation
WHERE switch(Len([date of birth])=7,Left([date of birth],2)=Month(Date()),Len([date of birth])=6,left([date of birth],1)=Month(Date()));
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform