I have a numerical field "PM_Month" with 1 through 12 indicating the month a PM is due on a piece of equipment.
Another field which is date format needs to hold the PM date for the current year using the month from the PM_Month field.
I am attempting to use an update query to calculate the PM_Date field but can't get it to work.
Basically I am attempting to change the month in Now() to the number stored in PM_Month and put the new date value in the PM_Date field.
Any help would be appreciated.
Bob Crawford
Another field which is date format needs to hold the PM date for the current year using the month from the PM_Month field.
I am attempting to use an update query to calculate the PM_Date field but can't get it to work.
Basically I am attempting to change the month in Now() to the number stored in PM_Month and put the new date value in the PM_Date field.
Any help would be appreciated.
Bob Crawford