cooh23
03-30-2008, 09:55 PM
Hello All,
To explain my table setup better, here's what I have.
tblFunctions: (2 fields)
- FunctionID(AutoNumber)
- FunctionType
For Example:
FunctionID(AutoNumber) = 01
FunctionType = This is a test
Query:
qryfunctions:
THis works:
Criteria: "01"
THis Doesn't
Criteria: "This is a test"
How do I use the FunctionType as the criteria rather than the FunctionID?
Thank you,
To explain my table setup better, here's what I have.
tblFunctions: (2 fields)
- FunctionID(AutoNumber)
- FunctionType
For Example:
FunctionID(AutoNumber) = 01
FunctionType = This is a test
Query:
qryfunctions:
THis works:
Criteria: "01"
THis Doesn't
Criteria: "This is a test"
How do I use the FunctionType as the criteria rather than the FunctionID?
Thank you,