Been trying to get a Recordcount From A SQL String which works when Assigned as a RecordSource
The Query is made up of the following items
StrWhere = "[ArtistID]=1123" Just example
Qry = "QryMediaPlayer" This is the query assigned to the forms recordsource
I have tried running a...