Simple Query

  • Thread starter Thread starter dhstein
  • Start date Start date
D

dhstein

In my design view I want to specify a criterion that the ProductVendorID is
=2. In I put a 2 in the criteria field but that didn't work. The field is a
long integer because it is a foreign key for the Primary Key (autonumber
format) in the vendor table. Any ideas ? Thanks for any help.
 
dhstein said:
In my design view I want to specify a criterion that the ProductVendorID
is
=2. In I put a 2 in the criteria field but that didn't work. The field
is a
long integer because it is a foreign key for the Primary Key (autonumber
format) in the vendor table. Any ideas ? Thanks for any help.


You're talking about design view of the query, right? It sounds like it
should have worked. In what exact way did it not work? No records
returned, or an error message? Are you sure that you have a record in the
table with ProductVendorID = 2?

Maybe if you post the SQL view of the query, we'll be able to see what's
causing the problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top