Please help...
I created the main form "Dog Registry" with parent cursor "Owners" and a child grid with cursor "Dogs_Owned". In the form I added a command button "Vaccination Details" to call a subsidiary form "Vaccination Data". The subsidiary form has a parent cursor "Dogs_Owned" and child grid cursor "Vaccination_details". Both forms were created using the form wizard. At run time, the forms initially perform as expected, but after adding a few records, child grid record details in the main form will unexpectedly appear in the supposedly blank grid for newly added owner. Sometimes, previously added child grid records will unexpectedly scroll up out of view when a new record is added. Things get back to normal after I close the form and run it again. What went wrong and how to correct it? Thanks.
I created the main form "Dog Registry" with parent cursor "Owners" and a child grid with cursor "Dogs_Owned". In the form I added a command button "Vaccination Details" to call a subsidiary form "Vaccination Data". The subsidiary form has a parent cursor "Dogs_Owned" and child grid cursor "Vaccination_details". Both forms were created using the form wizard. At run time, the forms initially perform as expected, but after adding a few records, child grid record details in the main form will unexpectedly appear in the supposedly blank grid for newly added owner. Sometimes, previously added child grid records will unexpectedly scroll up out of view when a new record is added. Things get back to normal after I close the form and run it again. What went wrong and how to correct it? Thanks.