S
Sunman88
I'm trying to run a simple query on a table with a lookup
field. The lookup field is a long integer and it looks up
a text field in a master table but the query does not
return any rows. Any ideas how to fix this. Here's the
query:
select price from orders where orders.[vendornum]=10;
Vendornum is a long integer.
The vendornum field is the lookup field. The table has
many records with this vendornum.
field. The lookup field is a long integer and it looks up
a text field in a master table but the query does not
return any rows. Any ideas how to fix this. Here's the
query:
select price from orders where orders.[vendornum]=10;
Vendornum is a long integer.
The vendornum field is the lookup field. The table has
many records with this vendornum.