View Full Version : updating a form


Dgavilanes
04-12-2002, 09:41 AM
I have a form that tracks how many people are serviced, after completing certain number of records on a daily basis, would like to see just the ones that are not serviced yet.
any ideas
thanks

-ian-
04-12-2002, 09:56 AM
If a checkbox is ticked, or a field is filled on servicing why not build a query based on the servicing field being false or empty?

From there you can quickly generate a report based on that query.