sturner333
Programmer
Why would I get a statement for the sql criteria in a query that reads "At most one record can be returner from this subquery"
((select[tblPlatformCategories].[platformid] from [tblPlatformCategories] where
[tblPlatformCategories].[platformid] <>
[qry1].[platformid])[tblPlatformCategories].[platformid] from [tblPlatformCategories] where
[tblPlatformCategories].[platformid] <>
[qry1].[platformid])
I just want to filter out the records from tblPlatformCategories that have
the same platfronId as qry1.
Thanks
((select[tblPlatformCategories].[platformid] from [tblPlatformCategories] where
[tblPlatformCategories].[platformid] <>
[qry1].[platformid])[tblPlatformCategories].[platformid] from [tblPlatformCategories] where
[tblPlatformCategories].[platformid] <>
[qry1].[platformid])
I just want to filter out the records from tblPlatformCategories that have
the same platfronId as qry1.
Thanks