G
Guest
I have created a Maintenance Work Order Database, and they would like it to
create a new work order automatically for preventive maintenace (PMs). These
PMs are due weekly and monthly. I have created the PM records per machine in
a seperate table, and I would like it to append to the work order table on a
specified day of each month. I have attempting using wild cards for month and
year in the due_date, and then say when say when due_date = Now(), execute,
but I guess the wild cards are not correct, because the date formatted field
does not accept it.
So, I either need to know what are the correct date wild cards or a
different approach to accomplish the same thing. Please help.
Thanks,
Gene
create a new work order automatically for preventive maintenace (PMs). These
PMs are due weekly and monthly. I have created the PM records per machine in
a seperate table, and I would like it to append to the work order table on a
specified day of each month. I have attempting using wild cards for month and
year in the due_date, and then say when say when due_date = Now(), execute,
but I guess the wild cards are not correct, because the date formatted field
does not accept it.
So, I either need to know what are the correct date wild cards or a
different approach to accomplish the same thing. Please help.
Thanks,
Gene