Hello my friends!
I've got a database which records incoming samples information.
Fields:
ID
Sample description
IncomeDate
Customer
Responsible.
After inserting the information, a report is generating and a message is ready to be sent to the responsible.
All the fields are included in the query (query by form) for the report generation, with criteria: Income Date and Responsible.
Income Date is used in case there are more than one samples in the same date.
My question/problem is the following:
In the email, i have a phrase "New incoming sample(s), from:"
After from i would like to have the customer.
If the samples are from the same customer its ok, but if there're more than one customers, i would like to have "from: Various customers".
How can i check if the customers in the query/report are more than one?
Thank you in advance!
Best Regards,
Costas
I've got a database which records incoming samples information.
Fields:
ID
Sample description
IncomeDate
Customer
Responsible.
After inserting the information, a report is generating and a message is ready to be sent to the responsible.
All the fields are included in the query (query by form) for the report generation, with criteria: Income Date and Responsible.
Income Date is used in case there are more than one samples in the same date.
My question/problem is the following:
In the email, i have a phrase "New incoming sample(s), from:"
After from i would like to have the customer.
If the samples are from the same customer its ok, but if there're more than one customers, i would like to have "from: Various customers".
How can i check if the customers in the query/report are more than one?
Thank you in advance!
Best Regards,
Costas