Hi all,
I have a unbound textbox in one of my group footer named TEXT16. The report is base on tbl TM0002
I have a sql string :
=(Select [Description] from TM0050 where (([TM0050].[TYPS])=[Reports]![test roll]![TYPS])
to try to get the description of a TYPE field(integer) from TM0050.
But it seems like I am not getting any the desire result.
Any help will be great.
I have a unbound textbox in one of my group footer named TEXT16. The report is base on tbl TM0002
I have a sql string :
=(Select [Description] from TM0050 where (([TM0050].[TYPS])=[Reports]![test roll]![TYPS])
to try to get the description of a TYPE field(integer) from TM0050.
But it seems like I am not getting any the desire result.
Any help will be great.