M
Martin Hopkins
Hello,
I have certain jobs that need doing every so often and not sure how I can
warn users when the job is due.
e.g
In the Job table I have:
Job_id, Job Description
1 Receiver Check
2 Bearing change
For each installation there is an install table which links to job_id
job_id, Date installed
1 12-May-2002
I know that the receiver should be checked every 5 years. How do I set a
fieldin a form or the table that shows the due retest date i.e 5 years from
12 May 02?
Due I add a field to Job table called Due Exam, as below, if so what would
be the best format for the filed , DATE/Time or Number
Job_id, Job Description Due Exam
1 Receiver Check 5 years
2 Bearing change 3 years
But not sure how to reflect that in the form. !!! Any help greatly
appreciated.
Martin Hopkins
I have certain jobs that need doing every so often and not sure how I can
warn users when the job is due.
e.g
In the Job table I have:
Job_id, Job Description
1 Receiver Check
2 Bearing change
For each installation there is an install table which links to job_id
job_id, Date installed
1 12-May-2002
I know that the receiver should be checked every 5 years. How do I set a
fieldin a form or the table that shows the due retest date i.e 5 years from
12 May 02?
Due I add a field to Job table called Due Exam, as below, if so what would
be the best format for the filed , DATE/Time or Number
Job_id, Job Description Due Exam
1 Receiver Check 5 years
2 Bearing change 3 years
But not sure how to reflect that in the form. !!! Any help greatly
appreciated.
Martin Hopkins