Recordset

dpw

Registered User.
Local time
Today, 23:19
Joined
Nov 13, 2000
Messages
21
Is it possible to loop through the values of a field in a query and if the value of the field is eg. > 100, alert the user.

Any help would be greatly appreciated.
 
Why not just add criteria to the query so that it only returns the records that you are interested in?
 

Users who are viewing this thread

Back
Top Bottom