I have a form with a main table and two child tables setup in the data environment with one-to-many relationships. I am using the VFP provided txtbtns class in the Wizstyle class library. When I select the next button, the main form doesn't advance to the next record. After investigating, I found that the form is navigating through the child records before it will advance to the next record in the parent table. (e.g. if the child table has three records it will take four clicks of the Next button to advance to the next record in the parent table). I'm pretty new to the Visual part of Foxpro and have not experienced this before. Any advice is welcome.