S
sturner333
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"
SQL:
(select [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
most one record can be returner from this subquery"
SQL:
(select [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