OK here is the scenario.
New PC on my desc - new AIX box that I am pulling records from through ODBC
Access 2002
I started to write a query and got strange results. I worked back to one table and one query and I am still getting strange results.
SQL:
SELECT infor400_sadet.prodgrp_sadet
FROM infor400_sadet
WHERE (((infor400_sadet.prodgrp_sadet)="200"));
and the results:
prodgrp_sadet
200
200
200
200
200
210
200
206
200
200
200
200
200
200
550
200
200
200
200
200
200
200
315A
Any ideas would be appreciated.
Jeb
New PC on my desc - new AIX box that I am pulling records from through ODBC
Access 2002
I started to write a query and got strange results. I worked back to one table and one query and I am still getting strange results.
SQL:
SELECT infor400_sadet.prodgrp_sadet
FROM infor400_sadet
WHERE (((infor400_sadet.prodgrp_sadet)="200"));
and the results:
prodgrp_sadet
200
200
200
200
200
210
200
206
200
200
200
200
200
200
550
200
200
200
200
200
200
200
315A
Any ideas would be appreciated.
Jeb