queries

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

I have six sales persons, can one query be made and
change the sales person without changing the criterra
each time. I want to make only one report that changes
with it?


Thanks
Tom
(e-mail address removed)
 
tom said:
I have six sales persons, can one query be made and
change the sales person without changing the criterra
each time. I want to make only one report that changes
with it?

In the criteria field of the query, under the salesperson's name use

Like "*" & [Enter Salesperson's Name] & "*"

Tom Lake
 
Tom Thanks! Do use the same wording to other criteria field i want to change
by facility...month...customer...?

Tom Lake said:
tom said:
I have six sales persons, can one query be made and
change the sales person without changing the criterra
each time. I want to make only one report that changes
with it?

In the criteria field of the query, under the salesperson's name use

Like "*" & [Enter Salesperson's Name] & "*"

Tom Lake
 
Tom Thanks! Di I use the same wording if I want others criteria field to
change?

Tom Lake said:
tom said:
I have six sales persons, can one query be made and
change the sales person without changing the criterra
each time. I want to make only one report that changes
with it?

In the criteria field of the query, under the salesperson's name use

Like "*" & [Enter Salesperson's Name] & "*"

Tom Lake
 
Tom, Thanks! I want to do this with other criteria field do I use the same
wording?

Tom Lake said:
tom said:
I have six sales persons, can one query be made and
change the sales person without changing the criterra
each time. I want to make only one report that changes
with it?

In the criteria field of the query, under the salesperson's name use

Like "*" & [Enter Salesperson's Name] & "*"

Tom Lake
 
Back
Top