Hi again!

I've got a load of tables - an unknown amount. I can (thanks to your help!) find out what they're called and do all sorts of stuff with them, but I want to include on my main form a menu that list them all, then when the user clicks one they get presented with a form they can use to edit stuff in there. That's not a problem but I am struggling with the menu bit. I don't seem to be able to load menu items at run-time, so I tried giving the first 10 plus a "More Tables..." one by using menu editor to create 10 entries and setting visible to false for all but the first. That bit works but when I click on "Tables" (top level), the code attempts to fill in the names and make them visible/invisible depending on whether or not there is a table name to put there. That bit doesn't work - I get runtime error 388: "Can't set Visible property from a parent menu". So I'm a bit stuck. Is there a way of doing this (what is it? )or should I bin that idea and start again afresh?

Thanks for your advice,

AndyC
London

------------------
Code:
* * * * * * * * * * * * * * * * * * * * * *
*                                         *
*    AndyC                                *
*    London                               *
*    email: [email protected]      *
*                                         *
* * * * * * * * * * * * * * * * * * * * * *