Hi,
Have two controls GroupID and Shift which are linked with Criteria:
SELECT tblShifts.Shift, tblShifts.GroupID
FROM tblShifts
WHERE (((tblShifts.GroupID)=[Forms]![fmPersonalDetails]![GroupID]));
Have two other controls which are Position and Grade with same type of link.
Problem is When I...