Attaching a menu to a form

J

John Pritchard

I'm hoping that attaching a menu to a form will enable me
to export the data on that form. I open the form from VB
with docmd.openform and when I try to Export the data I
just get the daya from the first/calling form. SO
1. How can I attach a menu to a form ?
2. Is there another way of exporting data from my second
form - other than docmd.transferspreadsheet ... that is ?
Thanks for any help
 
Top