ok... its getting late, I'm tired...
I'm sure it will be obvious, but I just don't see the error
=DLookUp([tbeSubIssueSchedule_Types]![type],[tbeSubIssueSchedule_Types],[Type]="""&[Forms]![frmSpec]![txtType]&""")
where
[type] is a valid string field in the valid table [tbeSubIssueSchedule_Types] (yes, I know "type" is not a good name... but I inherited it)
and the expression [Forms]![frmSpec]![txtType] generates a valid string response
-------
ultimately, I'm looking to include it in the control source for a checkbox (it's complicated why...)
the control source would be =
iff(isnull(DLookUp([tbeSubIssueSchedule_Types]![type],[tbeSubIssueSchedule_Types],[Type]="""&[Forms]![frmSpec]![txtType]&""")),false,true)
does that seem right to you too?
many thanks in advance,
Mark