Results 1 to 2 of 2

Thread: how to maninulate one form from another

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2005
    Posts
    34

    how to maninulate one form from another

    say I have newform1 as new form1 and newform2 as new form2
    when I type me.backcolor in form2 it works,
    but when I try to change newform2 color from form1 one it does not work unless I declare form 2 as pulic from module.

    how can i, without declaring it in separate modue

    I want to change newform2 color from newform1
    how?

    thanks

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: how to maninulate one form from another

    you need a reference to the form. Are you declaring both forms in a module, and then opening them both? or are you declaring one form in the module, and the second form in the first form?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width