I think I have the way forward but require guidance on the best method for what I would like to do:
MS Access 2007 Database
I have 2 tables for which I have created 2 user input forms.
Form 1. Site location: The field of concern within this form is: Date site found (using date data type)
Form 2. Site Detail: The field of concern within the form is: Work date start (using date data type)
This issue is I am trying to create a form to form validation rule that defines the following:
The work date start must be >= than the date site found.
I have tried various validation rules all of which do not work such as:
[work date start]>=[Date Site Found]
=[work Location]![Date Site Found]
The one rule I did get to work required both forms to be open but I did not want that.
However is this the solution:
willir (MIS) post re: Two form validation using <=Dlookup
Or is the best way to write code in a before / after update event ? Or is there another way?