I'm trying to combine two forms into one by having an A or B selector at the top. Depending on which is selected, an appropriate repeat will appear. One is selected by default since it will be the most used. I have query and allowUpdates set in the parameters for both repeats so users can access previous records. However if one repeat becomes irrelevant, none of the records are queried back as soon as it becomes relevant again. So for instance, the form always starts with the A repeat and all records show just fine. But if B is selected, no records are returned and switching back to A has them all erased. Is there a better way to go about this? Thanks for any insight.