S
Stephen Brown
I have a database of maintenance orders and we want create a report for
follow up customer satisfaction surveys, based on randomly surveying a third
of the orders.
The order number is a numeric field (an integer). The obvious way to select
the orders to be surveyed would seem to be to include in the query only those
order numbers that are divisible by three. How would I achieve this? Or is
there any other way to do it.
follow up customer satisfaction surveys, based on randomly surveying a third
of the orders.
The order number is a numeric field (an integer). The obvious way to select
the orders to be surveyed would seem to be to include in the query only those
order numbers that are divisible by three. How would I achieve this? Or is
there any other way to do it.