When I view the SQL query in a report I get the following in the where clause:
WHERE
Product.`Product Type ID` < 5 AND
Orders.`Order Date` >= ? AND
Orders.`Order Date` < ?
The Selection formula (as shown in the expert) is as follows:
{Orders.Order Date} in DateTime (1997, 01, 01,00, 00, 00) to DateTime (1998, 12, 31,00, 00, 00) and
{Product.Product Type ID} < 5
The database is Access 97 via ODBC, using Crystal vs. 8
Why the question mark and not the real dates? Thanks in advance!
WHERE
Product.`Product Type ID` < 5 AND
Orders.`Order Date` >= ? AND
Orders.`Order Date` < ?
The Selection formula (as shown in the expert) is as follows:
{Orders.Order Date} in DateTime (1997, 01, 01,00, 00, 00) to DateTime (1998, 12, 31,00, 00, 00) and
{Product.Product Type ID} < 5
The database is Access 97 via ODBC, using Crystal vs. 8
Why the question mark and not the real dates? Thanks in advance!