Dreamspinner
Programmer
I have two questions about a query I'm having trouble with. The DB is Access2000.
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 time it does nothing (AFAICS), the second time it returns Zcnt.
I'd also like to put an order by Zonex in the query.
TIA DS
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 time it does nothing (AFAICS), the second time it returns Zcnt.
I'd also like to put an order by Zonex in the query.
TIA DS