S
Steve
Greetings:
I have an unbound combo box whose rowsource is based on a query. The SQL
statement is reproduced below:
SELECT tlkpProtocolSubtypes.chrProtocolSubType
FROM tlkpProtocolSubtypes
WHERE
(((tlkpProtocolSubtypes.intTestLkpID)=[Forms]![frmMaster]![fsubOpenEPS]![lbxTest].[column(4)]))
ORDER BY tlkpProtocolSubtypes.SortOrder;
The problem I am having is the needed information from lbxTest for the where
clause is in column 4 of lbxTest. I can not seem to figure out how to refer
to lbxTest.column(4) in my query using the query builder. Thanks for any
help.
I have an unbound combo box whose rowsource is based on a query. The SQL
statement is reproduced below:
SELECT tlkpProtocolSubtypes.chrProtocolSubType
FROM tlkpProtocolSubtypes
WHERE
(((tlkpProtocolSubtypes.intTestLkpID)=[Forms]![frmMaster]![fsubOpenEPS]![lbxTest].[column(4)]))
ORDER BY tlkpProtocolSubtypes.SortOrder;
The problem I am having is the needed information from lbxTest for the where
clause is in column 4 of lbxTest. I can not seem to figure out how to refer
to lbxTest.column(4) in my query using the query builder. Thanks for any
help.