Return customer name and between date values from query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to retrieve two specific results from a query. One is
customer name and the other is a date that is related to the customer name .
data is pretty simple customer name, product id, serial number ,quantity date
sold,
 
Just create a query and include the two fields you mention.

If you want to have the query ask you which customer, then put criteria
under the customer name field like...

Like "*" & [Enter Partial Customer Name] & "*"


If that does not answer your question, please give us more details. Your
question is a little bit vague.
 
Back
Top