Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open everything in Edit /Add Mode

Status
Not open for further replies.

Kherozen

Programmer
Joined
Jun 5, 2003
Messages
129
Location
CA
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 think I got it, i'm going to pass "something"(as in I don't know yet what it will be but that shouldn't matter) in the OpenArgs of my Forms so I will be able to process it in the On_Load Event.

something just writing the problem give a solution

jul ^_^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top