ScaryBinary
July 12th, 2002, 03:18 PM
I'm attempting to use a Command object to run a query that will return the Count of a particular field. I have some documentation that shows how to return the Count in an "Output Parameter", but it's for a Stored Query in SQL Server. I'm using Access right now. Is there a way to return an output parameter using Access? So far I've had to use a recordset object.