I am developing on a holiday request system using SQL Project (.adp), here is my problem -
I have a main form 'frm_leaveApproval' containing a subform 'sub_LeaveApproval'. On the main form i have amongst other fields 'Department, Startdate & EndDate', on the subform i have fields 'Department, Name, Startdate & EndDate'
The link Child is 'Department' and the link Parent is Department' (I want the subform to display only info where the departments match)
Question ?
How can i filter the records on the subform to match not only the department but also the Startdate or EndDate on the subform fall within the Startdate or Endate of the Main form.
I have tried numerous thing but with little or no success.
It is driving me mad, Can anybody Help?
carlp69