H
Haggr1 via AccessMonster.com
Because I used a "Time Stamp" with the "Date" I have to enter [That Day] and
[The Next Day]. I'm sure there is a better way. Thanks
Here's what I use
SELECT Table1.[Job Number], Table1.SetterCompany, Table1.[Date To], Table1.
[Date From], Table1.Amount, Table1.[File Number]
FROM Table1
WHERE (((Table1.SetterCompany)=[Forms]![Setter Billing]![Text18]) AND (
(Table1.[Date From]) Between [Date Looking For] And [Next Day]));
(((Table1.SetterCompany)=[Forms]![Setter Billing]![Text18]) Is the persons
records I am looking for
[The Next Day]. I'm sure there is a better way. Thanks
Here's what I use
SELECT Table1.[Job Number], Table1.SetterCompany, Table1.[Date To], Table1.
[Date From], Table1.Amount, Table1.[File Number]
FROM Table1
WHERE (((Table1.SetterCompany)=[Forms]![Setter Billing]![Text18]) AND (
(Table1.[Date From]) Between [Date Looking For] And [Next Day]));
(((Table1.SetterCompany)=[Forms]![Setter Billing]![Text18]) Is the persons
records I am looking for