- Joined
- 31 Dec 2003
- Posts
- 5,172
- Location
- Barrow-In-Furness
Can't figure out this SQL statement, two tables..
tblCodes
CodeID
CodeCategory
tblHours
TimeCode
blah
blah
blah
blah
Trying to SELECT all fields from tblHours where the CodeCategory = @SelectedCodeCategory
Been messing for a little but I just can't get anything working. Can anyone help?
tblCodes
CodeID
CodeCategory
tblHours
TimeCode
blah
blah
blah
blah
Trying to SELECT all fields from tblHours where the CodeCategory = @SelectedCodeCategory
Been messing for a little but I just can't get anything working. Can anyone help?