Ok, i made a simple query that just pulls up records where the field Customers.[Temp Stop]=1 (yes).
This is the exact query:
SELECT Customers.[Street Address]
FROM Customers
WHERE Customers.[Temp Stop]=1;
Yet, it pulls up no records. I konw i have about 5 to 10 records that have temp stop as yes. Is there something wrong with that sql? It looks good to me, but i may have done something wrong.
Thanks!
-Mr.K
This is the exact query:
SELECT Customers.[Street Address]
FROM Customers
WHERE Customers.[Temp Stop]=1;
Yet, it pulls up no records. I konw i have about 5 to 10 records that have temp stop as yes. Is there something wrong with that sql? It looks good to me, but i may have done something wrong.
Thanks!
-Mr.K