rossjackson01
Registered User.
- Local time
- Today, 18:03
- Joined
- Nov 1, 2014
- Messages
- 21
I am new to Access and practicing.
I have made an employee table with two fields
1. Date employment commenced with the validation rule >=#05/04/1999#
and the validation rule displayed 'Date cannot be before commencement of company 05/04/1999'
2 Date employment ended with the validation rule
<=Date()
and the validation rule displayed 'Date of Employment end may not be in the future'.
Everything works as it should. However I can foresee a problem.with 1. The start date can be in the future.
Problem with 2. I want the end date not to be earlier that the start date.
So I think I need the rules in both
How do I put the 1st rule to be included with the 2nd rule? What syntax do I use between?, and where should they be placed in the validation rule line? 1 before 2, or does in not matter?
Can it be done?
Sorry for the very basic question.
Regards
Ross
I have made an employee table with two fields
1. Date employment commenced with the validation rule >=#05/04/1999#
and the validation rule displayed 'Date cannot be before commencement of company 05/04/1999'
2 Date employment ended with the validation rule
<=Date()
and the validation rule displayed 'Date of Employment end may not be in the future'.
Everything works as it should. However I can foresee a problem.with 1. The start date can be in the future.
Problem with 2. I want the end date not to be earlier that the start date.
So I think I need the rules in both
How do I put the 1st rule to be included with the 2nd rule? What syntax do I use between?, and where should they be placed in the validation rule line? 1 before 2, or does in not matter?
Can it be done?
Sorry for the very basic question.
Regards
Ross