I
Iram
Hello,
For every record in a table I need to update one of four Yes/No check box
fields based upon date span.
If the "In Date" is in the same month as "Serve D" or "Return D" field place
a check in the "DispodWithinSameMonth" yes/no field.
If the "In Date" is within 30 days of the "Serve D" or "Return D" field
place a check in the "DispodWithin30Days" yes/no field.
If the "In Date" is within 60 days of the "Serve D" or "Return D" field
place a check in the "DispodWithin60Days" yes/no field.
If the "In Date" is within 90 days of the "Serve D" or "Return D" field
place a check in the "DispodWithin90Days" yes/no field.
There are seven fields total
In Date
Return D
Serve D
DispodWithinSameMonth
DispodWithin30Days
DispodWithin60Days
DispodWithin90Days
Could you help me understand how I would write the update query?
I am not that great with Update Queries and any detail will be greatly
appreciated!
Thanks.
Iram/mcp
For every record in a table I need to update one of four Yes/No check box
fields based upon date span.
If the "In Date" is in the same month as "Serve D" or "Return D" field place
a check in the "DispodWithinSameMonth" yes/no field.
If the "In Date" is within 30 days of the "Serve D" or "Return D" field
place a check in the "DispodWithin30Days" yes/no field.
If the "In Date" is within 60 days of the "Serve D" or "Return D" field
place a check in the "DispodWithin60Days" yes/no field.
If the "In Date" is within 90 days of the "Serve D" or "Return D" field
place a check in the "DispodWithin90Days" yes/no field.
There are seven fields total
In Date
Return D
Serve D
DispodWithinSameMonth
DispodWithin30Days
DispodWithin60Days
DispodWithin90Days
Could you help me understand how I would write the update query?
I am not that great with Update Queries and any detail will be greatly
appreciated!
Thanks.
Iram/mcp