Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL query

Status
Not open for further replies.

Dreamspinner

Programmer
Joined
Jan 28, 2013
Messages
8
Location
US
I have two questions about a query I'm having trouble with. The DB is Access.

Select Count([UCall]) as Zcnt from tblScore where (Zonex Is Not Null and UCall=[in_call]);

WHen I run this in Access, I get the prompt for in_call twice. The first does nothing (AFAICS), the second returns Zcnt.

I'd also like to put an order by Zonex in the query.

TIA DS
 
At first glance, I would say tblScore does not have a field called "in_call"

But, this is really the right forum for this question. I would look into one of the access forums, possibly:
forum701
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top