Hi,
I'm currently doing a db(duh!)(access 2000, .adp, Sql Server 2000) about projects in the cie and I got a cute viewer(form with no edit/add/del) with contain the Main Information of the projects plus 8 subform dispose in 8 pages of a tabcontrol. Now I want to transform the form to a editor but from a button in another form (switchboard)(I mean there's a button to see the project that open as viewer and there's a button to edit the project te change the property to allow add/edit)
when I do DoCmd.OpenForm "myViewer",,,,acFormEdit it able only the main form not the subforms which is logical. So I'm trying to think(with your help
) of a way to do it simple.
I'm currently doing a db(duh!)(access 2000, .adp, Sql Server 2000) about projects in the cie and I got a cute viewer(form with no edit/add/del) with contain the Main Information of the projects plus 8 subform dispose in 8 pages of a tabcontrol. Now I want to transform the form to a editor but from a button in another form (switchboard)(I mean there's a button to see the project that open as viewer and there's a button to edit the project te change the property to allow add/edit)
when I do DoCmd.OpenForm "myViewer",,,,acFormEdit it able only the main form not the subforms which is logical. So I'm trying to think(with your help
