I posted a question a while ao about having a problem pulling data from a table by date. I have two tables which are very alike - the difference being that one contains a lot more data.
If I run the following queries:
SELECT * FROM "Transaction History" WHERE TNXDTE='2001-02-23' and TNXCDE='S'
SELECT * FROM "Lot Tracking History" WHERE TNXDTE='2001-02-23' and TNXCDE='S'
the first query will return data but the second will not. It doesn't flag any errors but it just doesn't return any data. I know for certain that there is data in the table because if I query it on a different field it returns data for that date.
Has anyone got any ideas?? Mise Le Meas,
Mighty
If I run the following queries:
SELECT * FROM "Transaction History" WHERE TNXDTE='2001-02-23' and TNXCDE='S'
SELECT * FROM "Lot Tracking History" WHERE TNXDTE='2001-02-23' and TNXCDE='S'
the first query will return data but the second will not. It doesn't flag any errors but it just doesn't return any data. I know for certain that there is data in the table because if I query it on a different field it returns data for that date.
Has anyone got any ideas?? Mise Le Meas,
Mighty