stretch66
Racing towards the start
- Local time
- Today, 23:55
- Joined
- Sep 28, 2005
- Messages
- 72
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 try to edit the Shift control an error message comes up saying 'cannot edit bound to unknown field 'Shift'.
Have checked each of the property fields with the Position and Grade controls and are the same. Spelling is the same in the table. Are there any other obvious things I should be looking at because I'm pretty new to this and cannot find the solution.
Would be grateful for some input/suggestions.
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 try to edit the Shift control an error message comes up saying 'cannot edit bound to unknown field 'Shift'.
Have checked each of the property fields with the Position and Grade controls and are the same. Spelling is the same in the table. Are there any other obvious things I should be looking at because I'm pretty new to this and cannot find the solution.
Would be grateful for some input/suggestions.