Is there a way to take a yes/no field and have it be changed from yes to no, and visaversa based on the date? I have developed an sql for this, but it is not working properly, does anyone have any suggestions?
Here is the sql:
SELECT tblMBUSAResourceList.Active
FROM tblMBUSAResourceList
WHERE ((([tblMBUSAResourceList]![Start Date])>1/1/2003) AND (([tblMBUSAResourceList]![End Date])>1/31/2003));
Ryan
Here is the sql:
SELECT tblMBUSAResourceList.Active
FROM tblMBUSAResourceList
WHERE ((([tblMBUSAResourceList]![Start Date])>1/1/2003) AND (([tblMBUSAResourceList]![End Date])>1/31/2003));
Ryan