A
Ashish Nanda
I have a query and when i use this it gives me results
SELECT LEADMAN_LEADS.CUSTOMER, Date()-[DATE_AVAIL] AS
[tIME], LEADMAN_LEADS.SMAN
FROM LEADMAN_LEADS
WHERE (((Date()-[DATE_AVAIL])>'11') AND
((LEADMAN_LEADS.SMAN) Is Null));
showing 12 records where as when i run this query going to
SQL Backend then it gives me differnet results what cud be
the reason.
Is the date format diffenrent in them and that is whay or
what..?
Ashish Nanda
SELECT LEADMAN_LEADS.CUSTOMER, Date()-[DATE_AVAIL] AS
[tIME], LEADMAN_LEADS.SMAN
FROM LEADMAN_LEADS
WHERE (((Date()-[DATE_AVAIL])>'11') AND
((LEADMAN_LEADS.SMAN) Is Null));
showing 12 records where as when i run this query going to
SQL Backend then it gives me differnet results what cud be
the reason.
Is the date format diffenrent in them and that is whay or
what..?
Ashish Nanda