Moonshine
Registered User.
- Local time
- Today, 15:21
- Joined
- Jan 29, 2003
- Messages
- 125
Lemme try to explain what im trying to do...
Button number 1 runs a query, that gets X number of records, be it 3200 or 124 or whatever, the number changes depending on the date the query is run. The records are the standard recordset you get when you run a access query
What i want is a second button, that will get the total number of records in that query, say for example 1562 (No other details, just need the number) divide that number by another number in a text field on the same form, and then times by 1000.
Is this possible? I dont know how to get the "recordcount" of a query.....
Button number 1 runs a query, that gets X number of records, be it 3200 or 124 or whatever, the number changes depending on the date the query is run. The records are the standard recordset you get when you run a access query
What i want is a second button, that will get the total number of records in that query, say for example 1562 (No other details, just need the number) divide that number by another number in a text field on the same form, and then times by 1000.
Is this possible? I dont know how to get the "recordcount" of a query.....