Results 1 to 2 of 2

Thread: Can't clear form

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    34

    Question Can't clear form

    I am developing a contact database program. I have form1 and form2. You input contact info on form1 and go to form2 to expand to other info from the same database. When I go back to form1 and change to the next contact on form1 then go to form1 the same info from the previous contact is still there. How can I get form2 to clear when I go to the next database contact? Do you have to connect the 2 forms with the database? I have two different data controls, one on each form but both datasource are from the same access database. Please help.

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    try refreshing your data control in the form activate event.

    that way when you go back to the form the data control will refresh and all else should follow.

    Data1.Refresh.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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