Query: Customers Added Within a Certain Number of Days

Query will prompt the user for a number of days and show the customers that were added within that number of days. Copy and paste into the Query Generator and run.

/*This query will return all customers that have been added to the system */
/*within the number of days selected by the user. Leaving the number of */

Pages