Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help With VFP 5.0 View/Query
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00053802
Message ID:
00053808
Views:
22
>Elgin, try this:
>
>SELECT Client.ClientID, client.state, cnt(Invoices.ClientID) as NumInv;
> FROM Client, Invoices;
> WHERE client.clientid = invoices.clientid;
> AND client.state = 'CA';
> into cursor CurTemp;
> Group by ClientID having NumInv > 50
>
>
>Of course, I used California since I couldn't remember the abbreviation for Arkansas :-)
>
>Anyway, check out the HAVING clause. It's really useful.
>
>HTH
>Barbara

Barbara,

Thanks so much for the speedy response. I'll give your code a try.
I'm new to the Universal Thread World, but I think it's the best thing I've seen since the old Compuserve forums. Today's my first day on it, and I've been here for over 3 hours now. I willl definitely be subscribing. Thanks again.
Elgin Rogers
Epic Solutions
www.epicsolutions.net
Previous
Reply
Map
View

Click here to load this message in the networking platform