Hi: I am working on a database that is going to contain families involved in an organization I am with. My form is a tabbed control with 5 tabs on it and is set to continuous. One of the tabs is titled "Children".
This is my question:
When a family has more than one child I would like to be able to display all of their information in the tab at the same time with columns for Firstname, last name, Date of Birth and MCP Number as headings. Should I use a list box, combobox or is there any other way I can do this and have all of this information for a given family to display at once in it's assigned tab?
Thank you.