-
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.
-
<?>
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.