SELECT statement

Liat

New member
Local time
Today, 15:11
Joined
Oct 27, 2005
Messages
6
I am trying to narrow down a list for a combobox by specifing one of the fields value on form as a acriteria
SELECT location.LOCNAME
FROM location;
WHERE (((location.LOCCLIINIT)=[location].[LOCCLIINIT]));

I get all list of locations' name instaed of location names with client code as displayed n current form.
 
The query only includes LOCNAME. If you want client code, include it also.
 

Users who are viewing this thread

Back
Top Bottom