- Joined
- 31 Dec 2003
- Posts
- 5,172
- Location
- Barrow-In-Furness
SELECT tblCodes.*
FROM tblCodes
WHERE CodeStatus = 'In Progress' OR CodeStatus = 'Initiation'
I've then selected the CodeID column to be used in the DropDownMenu.
FROM tblCodes
WHERE CodeStatus = 'In Progress' OR CodeStatus = 'Initiation'
I've then selected the CodeID column to be used in the DropDownMenu.