Aha — I got it! I just changed the query to select the post ID.
$a_posts = $wpdb->get_results("SELECT * FROM a_posts WHERE ID = #");
Now I have a variety of tools at my disposal for sharing posts between these blogs. Thanks so much!
And this gives me more reason to explore db queries…