Results 1 to 2 of 2

Thread: copying from 1 form to another

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Location
    Leicester, england
    Posts
    6
    is their any way of checkin whether info on 2 different forms can be checked to see whether or not they actually match.
    if any1 can help i'd much appreciate it

    thanx people
    Bhavik

    email add; [email protected]

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ottawa,ON,Canada
    Posts
    217
    If you mean to check the properties of controls on another Form you can just specify the owning Form's name before the name of the control whose property you wish to check, such as:
    Code:
       If Form2.Check1.Value = vbChecked Then
    If you mean to check the variables of another form you can either declare the variables as Public or create public access procedures to call from another form where you can send in the variables you need to check.

    Is this what you needed?


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