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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.