Hi,
I am trying to create a form for intake process. This involves
capturing info on family members. Depending on the number of family
members, the Pageframe1.pagecount is changed so on the fly I have as
many pages as number of members in family.
How can I manage to 'bind' controls on each page with a unique blank
record in the table so that informaiton on each unique family member
goes as a separate record.
I have as many append blank as number of members in family. But looks
like the controls on each page point to the SAME record. A name added
on page1, appears on page2. I need to be able to add unique values
from each page.
Hope I am making sense.
Thanks...
MS