OK, with a bit of poking around, I now have the following code scrap:
docmd.selectobject acQuery, <query name>, true
docmd.runcommand accmdnewobjectautoform
...which does what I want. Yay! But, can I get another database (ie not the current open one) to create the form?
I guess I'm asking if you can do <otherdatabase>.docmd <whatever>
Thanks a lot for your help already!
Kendrick