coolcatkelso
Registered User.
- Local time
- Today, 18:36
- Joined
- Jan 5, 2009
- Messages
- 279
Hiya
I have a combo box on my form called "WorkProgress" it has the following within :- Awaiting Start, Job Complete, Work in Progress"
Default value is set to Awaiting Start
I also have these filelds
JobCreationDate - (Date the Record was made)
JobStartDate - (Date the work should Start)
JobEndDate
Is there a code or something that will be like an IF statement I think
If jobStartDate = NOW()
THEN "WorkProgress.Work In Progress"?
Would that kinda work?
If the Creation date was Today, 5 Jan
And the Job STarts on the 6th Jan
Will the code automatically change to Work in Progress on the 6th? and save the user from doing it?
________
How To Roll Blunts
I have a combo box on my form called "WorkProgress" it has the following within :- Awaiting Start, Job Complete, Work in Progress"
Default value is set to Awaiting Start
I also have these filelds
JobCreationDate - (Date the Record was made)
JobStartDate - (Date the work should Start)
JobEndDate
Is there a code or something that will be like an IF statement I think
If jobStartDate = NOW()
THEN "WorkProgress.Work In Progress"?
Would that kinda work?
If the Creation date was Today, 5 Jan
And the Job STarts on the 6th Jan
Will the code automatically change to Work in Progress on the 6th? and save the user from doing it?
________
How To Roll Blunts
Last edited: