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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dreamspinner

    Parameter query and aggregates

    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...
  2. Dreamspinner

    SQL query

    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...

Part and Inventory Search

Back
Top