D
dee
Hi,
I'm new and having tons of problems. The latest:
I managed to create a form and sub form that shows FamilyID and FamilyName
in the Main form and ContactLast, ContactFirst, Tel, Cell, etc. in the Sub
form.
The form is based on a query that includes these fields from their
respective tables: Family table and Contact table, that are joined by
FamilyID PK autonumber to FamilyID FK number.
It worked fine and showed only the contact rows (in datasheet) in the sub
form for the currently displayed family, plus I added an unbound control for
the user to select another family quickly.
The problem is: It doesn't show the families who have no contact info as of
yet. This is of no use, as I need to see ALL families to enter initial
contact data or edit existing. I changed the join type to number 2 in the
query so that it displays all families, even those without current contact
info, but that caused two more problems:
1)The datasheet shows ALL contacts, not just those for the family displayed
in the main form. 2) When I try to add new initial contact information for
a family, it won't allow it and I get an error message.
HELP!!!!!!!!!!
I'm new and having tons of problems. The latest:
I managed to create a form and sub form that shows FamilyID and FamilyName
in the Main form and ContactLast, ContactFirst, Tel, Cell, etc. in the Sub
form.
The form is based on a query that includes these fields from their
respective tables: Family table and Contact table, that are joined by
FamilyID PK autonumber to FamilyID FK number.
It worked fine and showed only the contact rows (in datasheet) in the sub
form for the currently displayed family, plus I added an unbound control for
the user to select another family quickly.
The problem is: It doesn't show the families who have no contact info as of
yet. This is of no use, as I need to see ALL families to enter initial
contact data or edit existing. I changed the join type to number 2 in the
query so that it displays all families, even those without current contact
info, but that caused two more problems:
1)The datasheet shows ALL contacts, not just those for the family displayed
in the main form. 2) When I try to add new initial contact information for
a family, it won't allow it and I get an error message.
HELP!!!!!!!!!!